diff options
author | Georg Brandl <georg@python.org> | 2013-04-11 14:10:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-11 14:10:13 (GMT) |
commit | 526575d537503943329fda2b40c7c83a1eb9b10f (patch) | |
tree | 97143e411760181e4f9fc96fc56bdc712a1c3041 /Doc | |
parent | c601dc163932009b5d9f4e73eaa4204c2d47c468 (diff) | |
download | cpython-526575d537503943329fda2b40c7c83a1eb9b10f.zip cpython-526575d537503943329fda2b40c7c83a1eb9b10f.tar.gz cpython-526575d537503943329fda2b40c7c83a1eb9b10f.tar.bz2 |
Fix invalid markup.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/importlib.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 642f18c..e78a2ed 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 |