Commit 3d13ae3a authored by Robert Bradshaw's avatar Robert Bradshaw

Merge pull request #83 from jramnani/docfix

Fix variable name in doc.
parents dffc0a4c 8d60bfe5
......@@ -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