Index: third_party/pylint/interfaces.py |
diff --git a/third_party/pylint/interfaces.py b/third_party/pylint/interfaces.py |
index 067aaa6f02d019dcfbdaec942e420976c6d97610..64f5a9561984e72ad6058784dc80ea5033a7bdfc 100644 |
--- a/third_party/pylint/interfaces.py |
+++ b/third_party/pylint/interfaces.py |
@@ -46,7 +46,7 @@ class IRawChecker(IChecker): |
def process_module(self, astroid): |
""" process a module |
- the module's content is accessible via astroid.file_stream |
+ the module's content is accessible via astroid.stream |
""" |