cpython (merge 3.2 -> 3.3): Merge markup fixes in unittest docs from 3.2.
![](https://secure.gravatar.com/avatar/8ac615df352a970211b0e3d94a307c6d.jpg?s=120&d=mm&r=g)
http://hg.python.org/cpython/rev/4831d6db2f5d changeset: 82424:4831d6db2f5d branch: 3.3 parent: 82419:58a28aa70fec parent: 82423:6c5e991aa95a user: Ezio Melotti <ezio.melotti@gmail.com> date: Thu Feb 28 08:29:37 2013 +0200 summary: Merge markup fixes in unittest docs from 3.2. files: Doc/library/unittest.rst | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1870,10 +1870,10 @@ .. note:: - The default pattern is 'test*.py'. This matches all Python files - that start with 'test' but *won't* match any test directories. - - A pattern like 'test*' will match test packages as well as + The default pattern is ``'test*.py'``. This matches all Python files + that start with ``'test'`` but *won't* match any test directories. + + A pattern like ``'test*'`` will match test packages as well as modules. If the package :file:`__init__.py` defines ``load_tests`` then it will be -- Repository URL: http://hg.python.org/cpython
participants (1)
-
ezio.melotti