diff options
| author | Benjamin Peterson <benjamin@python.org> | 2011-03-26 23:11:54 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2011-03-26 23:11:54 (GMT) |
| commit | c01ffdf61e33b87c3e5e91a722e27c888ed607ad (patch) | |
| tree | d9a97fcac2184cabb89361754146d02346677989 /Lib/lib2to3/refactor.py | |
| parent | 39530f8cbed8c5e08571300f7b40d268686641fc (diff) | |
| download | cpython-c01ffdf61e33b87c3e5e91a722e27c888ed607ad.zip cpython-c01ffdf61e33b87c3e5e91a722e27c888ed607ad.tar.gz cpython-c01ffdf61e33b87c3e5e91a722e27c888ed607ad.tar.bz2 | |
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 ca07be6..ae5e40f 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. """ |
