From 48533e47a84208c659732a2ea8704b5883b6a5eb Mon Sep 17 00:00:00 2001
From: Joseph Weston <joseph.weston08@gmail.com>
Date: Thu, 15 Dec 2016 11:17:53 +0100
Subject: [PATCH] fix typo in docstring

---
 kwant/builder.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kwant/builder.py b/kwant/builder.py
index eed56df5..b0962a89 100644
--- a/kwant/builder.py
+++ b/kwant/builder.py
@@ -648,7 +648,7 @@ class Builder:
 
     Print the value of a site.
 
-    >>> print builder[site]
+    >>> print(builder[site])
 
     Define a hopping.
 
-- 
GitLab