Fix invalid markup.

This commit is contained in:
Georg Brandl 2013-04-11 16:10:13 +02:00
parent c601dc1639
commit 526575d537

View file

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