summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-02-28 06:28:11 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-02-28 06:28:11 (GMT)
commit79b2dbaf3f5bda738bb0d7a6968ad7e3d3e3e3da (patch)
tree9f5728ac92240373f28ecb11cfafe1e872994145
parent2277b947bb95b17e47a88f43a78e45d4b27326e2 (diff)
downloadcpython-79b2dbaf3f5bda738bb0d7a6968ad7e3d3e3e3da.zip
cpython-79b2dbaf3f5bda738bb0d7a6968ad7e3d3e3e3da.tar.gz
cpython-79b2dbaf3f5bda738bb0d7a6968ad7e3d3e3e3da.tar.bz2
Fix markup in unittest docs.
-rw-r--r--Doc/library/unittest.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 76c5b1b..d92b10e 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1868,10 +1868,10 @@ name then the package :file:`__init__.py` will be checked for ``load_tests``.
.. note::
- The default pattern is 'test*.py'. This matches all Python files
- that start with 'test' but *won't* match any test directories.
+ 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
+ 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