[Python-checkins] cpython (2.7): Fix markup in unittest docs.

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


http://hg.python.org/cpython/rev/f0a3ceef7a04
changeset:   82422:f0a3ceef7a04
branch:      2.7
parent:      82417:a9565750930e
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Feb 28 08:28:11 2013 +0200
summary:
  Fix markup in unittest docs.

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