Skip to content

Commit

Permalink
Merge pull request #83 from jramnani/docfix
Browse files Browse the repository at this point in the history
Fix variable name in doc.
  • Loading branch information
robertwb committed Jan 24, 2012
2 parents dffc0a4 + 8d60bfe commit 3d13ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/userguide/sharing_declarations.rst
Expand Up @@ -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:

Expand Down

0 comments on commit 3d13ae3

Please sign in to comment.