Kaydet (Commit) 0d4d410b authored tarafından Brett Cannon's avatar Brett Cannon

Remove a dead docstring.

üst 83ac0133
...@@ -625,12 +625,6 @@ class _ExtensionFileLoader: ...@@ -625,12 +625,6 @@ class _ExtensionFileLoader:
""" """
def __init__(self, name, path): def __init__(self, name, path):
"""Initialize the loader.
If is_pkg is True then an exception is raised as extension modules
cannot be the __init__ module for an extension module.
"""
self._name = name self._name = name
self._path = path self._path = path
......
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