diff options
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/HACKING b/doc/HACKING index be92431e..9dc219a6 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -8,8 +8,6 @@ Coding Style * Use docstrings with pydoc in mind * Follow the style guide for python code: http://www.python.org/dev/peps/pep-0008/ -* Although this guide suggests otherwise, tabs are used for indentation - of code and docstrings. In other documents (readme, etc), use spaces. * Test the code with "doctest" where it makes sense |