diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-03-26 18:11:54 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-03-26 18:11:54 -0500 |
commit | c01ffdf61e33b87c3e5e91a722e27c888ed607ad (patch) | |
tree | d9a97fcac2184cabb89361754146d02346677989 /Lib/lib2to3/refactor.py | |
parent | 39530f8cbed8c5e08571300f7b40d268686641fc (diff) | |
download | cpython-git-c01ffdf61e33b87c3e5e91a722e27c888ed607ad.tar.gz |
revert unintended changes
Diffstat (limited to 'Lib/lib2to3/refactor.py')
-rw-r--r-- | Lib/lib2to3/refactor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/refactor.py b/Lib/lib2to3/refactor.py index ca07be6b5b..ae5e40f0d2 100644 --- a/Lib/lib2to3/refactor.py +++ b/Lib/lib2to3/refactor.py @@ -500,7 +500,7 @@ class RefactoringTool(object): node = new def processed_file(self, new_text, filename, old_text=None, write=False, - encoding=None, newlines=None): + encoding=None): """ Called when a file has been refactored, and there are changes. """ |