]> granicus.if.org Git - python/commitdiff
Fix invalid markup.
authorGeorg Brandl <georg@python.org>
Thu, 11 Apr 2013 14:10:13 +0000 (16:10 +0200)
committerGeorg Brandl <georg@python.org>
Thu, 11 Apr 2013 14:10:13 +0000 (16:10 +0200)
Doc/library/importlib.rst

index 642f18ca1451a5076ea3244a051b2d7a3c164ded..e78a2eda7089244745754decc2625131b53c1ff7 100644 (file)
@@ -281,10 +281,10 @@ ABC hierarchy::
         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