Skip to content

Commit a00e114

Browse files
committed
.rst hell
1 parent 5d970e1 commit a00e114

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coding.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ General Guidelines
3030
.. index:: code;testing
3131

3232
Testing
33-
~~~~~~~
33+
^^^^^^^
3434

3535
In languages and frameworks that provide easy test-ability, *write
3636
tests!*
@@ -64,6 +64,7 @@ We do what others in the python community have established:
6464
* We test using check.py_ which combines `pep8.py` and `pyflakes`.
6565
* We follow Pocoo_'s extensions of PEP8_ as they are well thought out.
6666

67+
6768
Import Statements
6869
^^^^^^^^^^^^^^^^^
6970

0 commit comments

Comments
 (0)