mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix invalid markup.
This commit is contained in:
parent
c601dc1639
commit
526575d537
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue