mirror of
https://github.com/python/cpython.git
synced 2025-10-11 09:23:31 +00:00
Docstring cleanup
This commit is contained in:
parent
c29cb41822
commit
f1d7b11db9
1 changed files with 3 additions and 2 deletions
|
@ -108,7 +108,8 @@ class Loader(metaclass=abc.ABCMeta):
|
||||||
def module_repr(self, module):
|
def module_repr(self, module):
|
||||||
"""Return a module's repr.
|
"""Return a module's repr.
|
||||||
|
|
||||||
Used by the module type when implemented without raising an exception.
|
Used by the module type when the method does not raise
|
||||||
|
NotImplementedError.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue