mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Remove a dead docstring.
This commit is contained in:
parent
83ac0133bd
commit
0d4d410b2d
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue