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

briandorsey at codespeak.net briandorsey at codespeak.net
Fri Jun 24 01:16:49 CEST 2005


Author: briandorsey
Date: Fri Jun 24 01:16:49 2005
New Revision: 13757

Modified:
   py/dist/py/documentation/test.txt
Log:
Fixed a small typo.

Modified: py/dist/py/documentation/test.txt
==============================================================================
--- py/dist/py/documentation/test.txt	(original)
+++ py/dist/py/documentation/test.txt	Fri Jun 24 01:16:49 2005
@@ -38,7 +38,7 @@
 This will automatically collect and run any Python module whose filenames 
 start with ``test_`` from the directory and any subdirectories, starting 
 with the current directory, and run them. Each Python test module is 
-inspect for test methods starting with ``test_``. 
+inspected for test methods starting with ``test_``. 
 
 Basic Features of ``py.test`` 
 =============================



More information about the pytest-commit mailing list