adding more on return_type in docstrings

This commit is contained in:
Brian Waldon 2011-07-29 15:26:14 -04:00
parent 69bcf46713
commit 8b9d1d0300

View File

@ -74,6 +74,7 @@ Docstrings
:param foo: the foo parameter
:param bar: the bar parameter
:returns: return_type -- description of the return value
:returns: description of the return value
:raises: AttributeError, KeyError
"""