[Python-checkins] cpython: Fix invalid markup.

georg.brandl python-checkins at python.org
Thu Apr 11 16:11:36 CEST 2013


http://hg.python.org/cpython/rev/c1402fae0b02
changeset:   83248:c1402fae0b02
user:        Georg Brandl <georg at python.org>
date:        Thu Apr 11 16:10:13 2013 +0200
summary:
  Fix invalid markup.

files:
  Doc/library/importlib.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -281,10 +281,10 @@
         given module's repr, as a string. The module type's default repr() will
         use the result of this method as appropriate.
 
-        .. versionadded: 3.3
+        .. versionadded:: 3.3
 
         .. versionchanged:: 3.4
-        Made optional instead of an abstractmethod.
+           Made optional instead of an abstractmethod.
 
 
 .. class:: ResourceLoader

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


More information about the Python-checkins mailing list