[py-svn] r35458 - py/dist/py/documentation

guido at codespeak.net guido at codespeak.net
Thu Dec 7 21:41:15 CET 2006


Author: guido
Date: Thu Dec  7 21:41:13 2006
New Revision: 35458

Modified:
   py/dist/py/documentation/apigen.txt
Log:
Fixed indentation error.


Modified: py/dist/py/documentation/apigen.txt
==============================================================================
--- py/dist/py/documentation/apigen.txt	(original)
+++ py/dist/py/documentation/apigen.txt	Thu Dec  7 21:41:13 2006
@@ -100,7 +100,7 @@
 more details about conftest files) that implements a set of special methods
 called 'get_doc_storage()' and 'write_docs()', that essentially implement the
 functionality discussed above. Calling py.test with an --apigen
- argument will cause the methods to be called.
+argument will cause the methods to be called.
 
 For an example, see the 'conftest.py' file in the py lib itself. To see it in
 action you run `py.test --apigen` in the root of the py lib; this



More information about the pytest-commit mailing list