summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/sharing_declarations/landscaping.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/userguide/sharing_declarations/landscaping.pyx')
-rw-r--r--docs/examples/userguide/sharing_declarations/landscaping.pyx14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/examples/userguide/sharing_declarations/landscaping.pyx b/docs/examples/userguide/sharing_declarations/landscaping.pyx
index c54e74fd0..afc999e53 100644
--- a/docs/examples/userguide/sharing_declarations/landscaping.pyx
+++ b/docs/examples/userguide/sharing_declarations/landscaping.pyx
@@ -1,7 +1,7 @@
-cimport shrubbing
-import shrubbing
-
-def main():
- cdef shrubbing.Shrubbery sh
- sh = shrubbing.standard_shrubbery()
- print("Shrubbery size is", sh.width, 'x', sh.length)
+cimport shrubbing
+import shrubbing
+
+def main():
+ cdef shrubbing.Shrubbery sh
+ sh = shrubbing.standard_shrubbery()
+ print("Shrubbery size is", sh.width, 'x', sh.length)