From 526575d537503943329fda2b40c7c83a1eb9b10f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 11 Apr 2013 16:10:13 +0200 Subject: [PATCH] Fix invalid markup. --- Doc/library/importlib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 642f18ca145..e78a2eda708 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -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