Commit 8d60bfe5 authored by Jeff Ramnani's avatar Jeff Ramnani

Fix variable name in doc.

Fix a mismatched variable name in the "Sharing Extention Types"
documentation.
parent b3d32712
......@@ -226,7 +226,7 @@ and another module which uses it.::
cdef Shrubbing.Shrubbery sh
sh = Shrubbing.standard_shrubbery()
print "Shrubbery size is %d x %d" % (sh.width, sh.height)
print "Shrubbery size is %d x %d" % (sh.width, sh.length)
Some things to note about this example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment