[Python-checkins] peps: Fix markup warning

andrew.svetlov python-checkins at python.org
Mon Dec 24 16:30:36 CET 2012


http://hg.python.org/peps/rev/0e6d9841f759
changeset:   4634:0e6d9841f759
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Mon Dec 24 17:30:27 2012 +0200
summary:
  Fix markup warning

files:
  pep-3156.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-3156.txt b/pep-3156.txt
--- a/pep-3156.txt
+++ b/pep-3156.txt
@@ -159,8 +159,8 @@
   This means, in particular:
 
   - No more calls scheduled with ``call_later()``,
-  ``call_repeatedly()``, ``call_soon()``, or
-  ``call_soon_threadsafe()``, except for cancelled calls.
+    ``call_repeatedly()``, ``call_soon()``, or
+    ``call_soon_threadsafe()``, except for cancelled calls.
 
   - No more registered file descriptors.  It is up to the registering
     party to unregister a file descriptor when it is closed.

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list