example in hacking was incorrect

Change-Id: I0a345e72c8974c26fb911f2a676c062280ac9557
This commit is contained in:
termie 2012-02-08 12:20:31 -08:00
parent 3364905041
commit f9a8827750
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,8 @@ Example::
after the closing quotations. For more in-depth explanations for these
decisions see http://www.python.org/dev/peps/pep-0257/
A docstring ends with an empty line before the closing quotations.
Describe parameters and return values, using the Sphinx format; the
appropriate syntax is as follows.
@ -91,6 +93,7 @@ Example::
:returns: return_type -- description of the return value
:returns: description of the return value
:raises: AttributeError, KeyError
"""