summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/extension_types/python_access.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/userguide/extension_types/python_access.pyx')
-rw-r--r--docs/examples/userguide/extension_types/python_access.pyx10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/examples/userguide/extension_types/python_access.pyx b/docs/examples/userguide/extension_types/python_access.pyx
index 13e19091e..db11de63c 100644
--- a/docs/examples/userguide/extension_types/python_access.pyx
+++ b/docs/examples/userguide/extension_types/python_access.pyx
@@ -1,3 +1,7 @@
-cdef class Shrubbery:
- cdef public int width, height
- cdef readonly float depth
+
+
+
+cdef class Shrubbery:
+ cdef public int width, height
+
+ cdef readonly float depth