Removed spaces before commas and periods.

This commit is contained in:
Serhiy Storchaka 2013-12-23 18:20:51 +02:00
parent eaedaeccf2
commit a4d170d985
18 changed files with 20 additions and 20 deletions

View file

@ -41,7 +41,7 @@ Main options
At least one of the following options must be specified when invoking
:mod:`trace`. The :option:`--listfuncs <-l>` option is mutually exclusive with
the :option:`--trace <-t>` and :option:`--counts <-c>` options . When
the :option:`--trace <-t>` and :option:`--counts <-c>` options. When
:option:`--listfuncs <-l>` is provided, neither :option:`--counts <-c>` nor
:option:`--trace <-t>` are accepted, and vice versa.