summaryrefslogtreecommitdiff
path: root/astroid/modutils.py
diff options
context:
space:
mode:
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