summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/external/py_version_hex.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/tutorial/external/py_version_hex.pyx')
-rw-r--r--docs/examples/tutorial/external/py_version_hex.pyx8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/tutorial/external/py_version_hex.pyx b/docs/examples/tutorial/external/py_version_hex.pyx
index d732b00e7..e33f207c1 100644
--- a/docs/examples/tutorial/external/py_version_hex.pyx
+++ b/docs/examples/tutorial/external/py_version_hex.pyx
@@ -1,4 +1,4 @@
-from cpython.version cimport PY_VERSION_HEX
-
-# Python version >= 3.2 final ?
-print(PY_VERSION_HEX >= 0x030200F0)
+from cpython.version cimport PY_VERSION_HEX
+
+# Python version >= 3.2 final ?
+print(PY_VERSION_HEX >= 0x030200F0)