From f9a88277502b10416488d799d99f831299ad474e Mon Sep 17 00:00:00 2001 From: termie Date: Wed, 8 Feb 2012 12:20:31 -0800 Subject: [PATCH] example in hacking was incorrect Change-Id: I0a345e72c8974c26fb911f2a676c062280ac9557 --- HACKING.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HACKING.rst b/HACKING.rst index a0d052a807..e9b36c64be 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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 + """