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