summaryrefslogtreecommitdiff
path: root/Doc/library/unittest.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-02-28 08:28:11 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2013-02-28 08:28:11 +0200
commitbe4914e356c9393b3850f99227348a4edc83b785 (patch)
tree1039c71f3e3d21602f1ad42a98e33d7c45c5d5b0 /Doc/library/unittest.rst
parentdf096f7778c6fc673386937ae163bc6725d16184 (diff)
downloadcpython-be4914e356c9393b3850f99227348a4edc83b785.tar.gz
Fix markup in unittest docs.
Diffstat (limited to 'Doc/library/unittest.rst')
-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 4edc89e423..801c22d9f8 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -2017,10 +2017,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