Fix invalid markup.

This commit is contained in:
Georg Brandl 2013-04-11 16:10:13 +02:00
parent c601dc1639
commit 526575d537
1 changed files with 2 additions and 2 deletions

View 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