[Python-checkins] r81354 - python/trunk/Doc/library/unittest.rst

stefan.krah python-checkins at python.org
Wed May 19 17:59:40 CEST 2010


Author: stefan.krah
Date: Wed May 19 17:59:40 2010
New Revision: 81354

Log:
Fix typo.



Modified:
   python/trunk/Doc/library/unittest.rst

Modified: python/trunk/Doc/library/unittest.rst
==============================================================================
--- python/trunk/Doc/library/unittest.rst	(original)
+++ python/trunk/Doc/library/unittest.rst	Wed May 19 17:59:40 2010
@@ -752,7 +752,7 @@
 
    .. method:: skipTest(reason)
 
-      Calling this during the a test method or :meth:`setUp` skips the current
+      Calling this during a test method or :meth:`setUp` skips the current
       test.  See :ref:`unittest-skipping` for more information.
 
       .. versionadded:: 2.7


More information about the Python-checkins mailing list