Browse Source

dulwich.tests.compat: Fix rest syntax problems in module docstrings.

Jelmer Vernooij 14 years ago
parent
commit
3a326fb7e3
2 changed files with 5 additions and 5 deletions
  1. 2 2
      dulwich/tests/compat/test_server.py
  2. 3 3
      dulwich/tests/compat/test_web.py

+ 2 - 2
dulwich/tests/compat/test_server.py

@@ -20,8 +20,8 @@
 """Compatibility tests between Dulwich and the cgit server.
 
 Warning: these tests should be fairly stable, but when writing/debugging new
-tests, deadlocks may freeze the test process such that it cannot be Ctrl-C'ed.
-On *nix, you can kill the tests with Ctrl-Z, "kill %".
+    tests, deadlocks may freeze the test process such that it cannot be
+    Ctrl-C'ed. On POSIX systems, you can kill the tests with Ctrl-Z, "kill %".
 """
 
 import threading

+ 3 - 3
dulwich/tests/compat/test_web.py

@@ -19,9 +19,9 @@
 
 """Compatibility tests between Dulwich and the cgit HTTP server.
 
-Warning: these tests should be fairly stable, but when writing/debugging new
-tests, deadlocks may freeze the test process such that it cannot be Ctrl-C'ed.
-On *nix, you can kill the tests with Ctrl-Z, "kill %".
+warning: these tests should be fairly stable, but when writing/debugging new
+    tests, deadlocks may freeze the test process such that it cannot be
+    Ctrl-C'ed. On POSIX systems, you can kill the tests with Ctrl-Z, "kill %".
 """
 
 import threading