summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/sharing_declarations/shrubbing.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/userguide/sharing_declarations/shrubbing.pyx')
-rw-r--r--docs/examples/userguide/sharing_declarations/shrubbing.pyx3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/userguide/sharing_declarations/shrubbing.pyx b/docs/examples/userguide/sharing_declarations/shrubbing.pyx
index bb97e7e77..8598b5c98 100644
--- a/docs/examples/userguide/sharing_declarations/shrubbing.pyx
+++ b/docs/examples/userguide/sharing_declarations/shrubbing.pyx
@@ -1,3 +1,6 @@
+
+
+
cdef class Shrubbery:
def __cinit__(self, int w, int l):
self.width = w