]> granicus.if.org Git - python/commitdiff
Fix markup in unittest docs.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 28 Feb 2013 06:28:11 +0000 (08:28 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 28 Feb 2013 06:28:11 +0000 (08:28 +0200)
Doc/library/unittest.rst

index 4edc89e423118ae64c994f491be6d95f80783a6f..801c22d9f895e1d5364ba1f7cfa9a0eedb00a4c4 100644 (file)
@@ -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