[Python-checkins] cpython (3.2): Fix markup in unittest docs.
ezio.melotti
python-checkins at python.org
Thu Feb 28 07:31:52 CET 2013
http://hg.python.org/cpython/rev/6c5e991aa95a
changeset: 82423:6c5e991aa95a
branch: 3.2
parent: 82418:f57ddf3c3e5d
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
@@ -2017,10 +2017,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