diff options
author | Jenkins <jenkins@review.openstack.org> | 2012-01-05 16:44:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2012-01-05 16:44:30 +0000 |
commit | 1aa34d4538f071386813d646d707364eb6c788bc (patch) | |
tree | f32abadcbebf18cf76e65aba0878050f4a17bfab | |
parent | d97b64b6e69e7ac428e578ec148d93e4687a7ffe (diff) | |
parent | 35e98d55db2a82e23e9610e3638eb43be78b9d53 (diff) | |
download | nova-1aa34d4538f071386813d646d707364eb6c788bc.tar.gz nova-1aa34d4538f071386813d646d707364eb6c788bc.tar.xz nova-1aa34d4538f071386813d646d707364eb6c788bc.zip |
Merge "Update HACKING.rst."
-rw-r--r-- | HACKING.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/HACKING.rst b/HACKING.rst index d9d0f41a6..975498a01 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -69,9 +69,7 @@ Example:: Then a new paragraph after a newline that explains in more detail any general information about the function, class or method. Example usages - are also great to have here if it is a complex class for function. After - you have finished your descriptions add an extra newline and close the - quotations. + are also great to have here if it is a complex class for function. When writing the docstring for a class, an extra line should be placed after the closing quotations. For more in-depth explanations for these @@ -85,7 +83,6 @@ Example:: :returns: return_type -- description of the return value :returns: description of the return value :raises: AttributeError, KeyError - """ |