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.pyx5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/examples/userguide/sharing_declarations/shrubbing.pyx b/docs/examples/userguide/sharing_declarations/shrubbing.pyx
index bb97e7e77..91235e5ec 100644
--- a/docs/examples/userguide/sharing_declarations/shrubbing.pyx
+++ b/docs/examples/userguide/sharing_declarations/shrubbing.pyx
@@ -1,5 +1,8 @@
+
+
+
cdef class Shrubbery:
- def __cinit__(self, int w, int l):
+ def __init__(self, int w, int l):
self.width = w
self.length = l