diff options
author | Joe Gordon <jogo@cloudscaling.com> | 2012-04-13 16:46:42 -0400 |
---|---|---|
committer | Joe Gordon <jogo@cloudscaling.com> | 2012-04-24 09:29:43 -0700 |
commit | 7ee0d7848d9292c0f888c890c492b011299a3bc3 (patch) | |
tree | 2c78ddd303e85aa2dfbf80b332569277a4ceb864 /HACKING.rst | |
parent | 2c786ff3ad0d3fa85735d98f9927e9f92b686edb (diff) | |
download | nova-7ee0d7848d9292c0f888c890c492b011299a3bc3.tar.gz |
Improved tools/hacking.py
* cleaner output
* fix bug 980009
* Fix N201
* N306: alphabetical order imports
* N401: docstring start
* N402: one line docstring start
* N403: multi line docstring end
* Until fixed, N40* will be disabled by default
Change-Id: I9addafdaa7a1f8fb950e14a5409f661dec6c7b87
Diffstat (limited to 'HACKING.rst')
-rw-r--r-- | HACKING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst index 467248e0e9..a28bc37432 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -82,7 +82,7 @@ Example:: """A one line docstring looks like this and ends in a period.""" - """A multiline docstring has a one-line summary, less than 80 characters. + """A multi line docstring has a one-line summary, less than 80 characters. Then a new paragraph after a newline that explains in more detail any general information about the function, class or method. Example usages |