port typo fix

This commit is contained in:
holger krekel 2015-06-03 23:43:12 +02:00
commit a2bb2ff164
1 changed files with 60 additions and 60 deletions

View File

@ -10,7 +10,7 @@ Pass different values to a test function, depending on command line options
.. regendoc:wipe
Suppose we want to write a test that depends on a command line option.
Here is a basic pattern how to achieve this::
Here is a basic pattern to achieve this::
# content of test_sample.py
def test_answer(cmdopt):