Closes #18452: fix several "occurrence" typos (reported by Févry Thibault).

This commit is contained in:
Ned Deily 2013-07-14 12:45:18 -07:00
commit d57b268653
3 changed files with 4 additions and 4 deletions

View file

@ -468,7 +468,7 @@ verbosity argument (check the output of ``python --help``)::
print(answer)
We have introduced another action, "count",
to count the number of occurences of a specific optional arguments:
to count the number of occurrences of a specific optional arguments:
.. code-block:: sh