Commit f1d7b11d authored by Brett Cannon's avatar Brett Cannon

Docstring cleanup

parent c29cb418
......@@ -108,7 +108,8 @@ class Loader(metaclass=abc.ABCMeta):
def module_repr(self, module):
"""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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment