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

briandorsey at codespeak.net briandorsey at codespeak.net
Wed Mar 1 03:35:18 CET 2006


Author: briandorsey
Date: Wed Mar  1 03:35:17 2006
New Revision: 23817

Modified:
   py/dist/py/documentation/api.txt
Log:
Fixed a few typos.


Modified: py/dist/py/documentation/api.txt
==============================================================================
--- py/dist/py/documentation/api.txt	(original)
+++ py/dist/py/documentation/api.txt	Wed Mar  1 03:35:17 2006
@@ -7,11 +7,11 @@
 with its tests and examples that are already available 
 at our little `getting started`_ chapter. 
 
-Yours tests are your API insurance
-==================================
+Your tests are your API insurance
+=================================
 
 Tests are the primary assurance of API compatilibity.  If you
-like to ensure some behaviour gets preserved across major
+would like to ensure some behaviour gets preserved across major
 releases you have to write a test. Note though, that the 
 documentation may state additional restrictions which
 take precedence.  



More information about the pytest-commit mailing list