summaryrefslogtreecommitdiff
path: root/sandbox/textfloat.py
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/textfloat.py')
-rw-r--r--sandbox/textfloat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/textfloat.py b/sandbox/textfloat.py
index 5383bb3..2bc528d 100644
--- a/sandbox/textfloat.py
+++ b/sandbox/textfloat.py
@@ -5,4 +5,4 @@ o = psycopg2.connect("dbname=test")
c = o.cursor()
c.execute("SELECT 1.23::float AS foo")
x = c.fetchone()[0]
-print x, type(x)
+print(x, type(x))