Fix typo
This commit is contained in:
parent
6cd54a4835
commit
0a7cc2b113
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ def find_package(import_name):
|
|||
filename = sys.modules[import_name].__file__
|
||||
package_path = os.path.abspath(os.path.dirname(filename))
|
||||
|
||||
# In case the root module is a pcakage we need to chop of the
|
||||
# In case the root module is a package we need to chop of the
|
||||
# rightmost part. This needs to go through a helper function
|
||||
# because of python 3.3 namespace packages.
|
||||
if _matching_loader_thinks_module_is_package(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue