summaryrefslogtreecommitdiff
path: root/astroid/modutils.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-07-24 22:50:10 +0300
committerBryce Guinta <bryce.guinta@protonmail.com>2018-07-24 13:59:13 -0600
commitb8122df810a7d3e1664154fdcb9873dcfb6e2ecb (patch)
tree130f0eaa0639daa3d51117a296b596720fe86a22 /astroid/modutils.py
parented835c5bf28328de87ae47ea8cfbae5774d3184e (diff)
downloadastroid-git-b8122df810a7d3e1664154fdcb9873dcfb6e2ecb.tar.gz
Spelling fixes
Diffstat (limited to 'astroid/modutils.py')
-rw-r--r--astroid/modutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/modutils.py b/astroid/modutils.py
index ad60efca..90ea31c7 100644
--- a/astroid/modutils.py
+++ b/astroid/modutils.py
@@ -525,7 +525,7 @@ def get_module_files(src_directory, blacklist, list_all=False):
def get_source_file(filename, include_no_ext=False):
"""given a python module's file name return the matching source file
- name (the filename will be returned identically if it's a already an
+ name (the filename will be returned identically if it's already an
absolute path to a python source file...)
:type filename: str