[py-svn] r34651 - py/dist/py/test

fijal at codespeak.net fijal at codespeak.net
Thu Nov 16 10:04:08 CET 2006


Author: fijal
Date: Thu Nov 16 10:04:05 2006
New Revision: 34651

Modified:
   py/dist/py/test/defaultconftest.py
Log:
Typo.


Modified: py/dist/py/test/defaultconftest.py
==============================================================================
--- py/dist/py/test/defaultconftest.py	(original)
+++ py/dist/py/test/defaultconftest.py	Thu Nov 16 10:04:05 2006
@@ -49,7 +49,7 @@
                help="trace considerations of conftest.py files."),
         Option('', '--apigen',
                action="store_true", dest="apigen", default=False,
-               help="Generated API docs out of tests. Needs to have defined"\
+               help="Generated API docs out of tests. Needs to have defined "\
                "__package__ for module or overwritten in conftest.")
     )
     py.test.Config.addoptions('test-session related options', 



More information about the pytest-commit mailing list