I had made a mistake in my revious post and placed a perdio in a place
where a space character was needed: the help text for --apigen, just
before the '__package__'.

The diff that fixes it is attached.

Cheers,

P.R.
Index: C:/py-dist/py/test/defaultconftest.py
===================================================================
--- C:/py-dist/py/test/defaultconftest.py       (revision 34641)
+++ C:/py-dist/py/test/defaultconftest.py       (working copy)
@@ -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', 
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to