]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - test/__init__.py
A bunch more doc fixes.
[dunshire.git] / test / __init__.py
index 2e23a7c7dbec733dc994b611e137a33f419d036d..8c0de9ea2f6d87a5d22eddd9ebbeb414d3a19553 100644 (file)
@@ -46,8 +46,8 @@ def build_suite(doctests=True):
 
 def run_suite(suite):
     """
-    Run all of the unit and doctests for the ``dunshire`` and ``test``
-    packages.
+    Run all of the unit and doctests for the :mod:`dunshire` and
+    :mod:`test` packages.
     """
     runner = TextTestRunner(verbosity=1)
     return runner.run(suite)