Fix syntax in packaging docs and update suspicious ignore file.

This commit is contained in:
Georg Brandl 2011-07-09 11:48:50 +02:00
parent 6c0929b2dd
commit d3b41c63a6
4 changed files with 28 additions and 5 deletions

View file

@ -57,7 +57,7 @@ older versions, if installed).
.. cmdoption:: --suite=NAME, -s NAME
Specify the test suite (or module, class, or method) to be run. The default
for this option can be set by in the project's :file:`setup.cfg` file::
for this option can be set by in the project's :file:`setup.cfg` file:
.. code-block:: cfg