[Python-checkins] cpython (merge 3.3 -> default): Merge markup fixes in unittest docs from 3.3.

ezio.melotti python-checkins at python.org
Thu Feb 28 07:31:55 CET 2013


http://hg.python.org/cpython/rev/688e721f79d4
changeset:   82425:688e721f79d4
parent:      82421:b7f5bff33c22
parent:      82424:4831d6db2f5d
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Feb 28 08:31:32 2013 +0200
summary:
  Merge markup fixes in unittest docs from 3.3.

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
@@ -1874,10 +1874,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


More information about the Python-checkins mailing list