Skip to content

Commit a392319

Browse files
authored
Merge pull request PythonCharmers#420 from r3m0t/patch-3
Corrected lists of fixers
2 parents 907ab88 + 154c3f5 commit a392319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/futurize.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ The complete set of fixers applied by ``futurize --stage1`` is:
107107
libfuturize.fixes.fix_print_with_import
108108
libfuturize.fixes.fix_raise
109109
110-
111110
The following fixers from ``lib2to3`` are not applied:
112111

113112
.. code-block:: python
@@ -226,13 +225,14 @@ becomes::
226225
The complete list of fixers applied in Stage 2 is::
227226

228227
lib2to3.fixes.fix_dict
228+
lib2to3.fixes.fix_filter
229229
lib2to3.fixes.fix_getcwdu
230230
lib2to3.fixes.fix_input
231231
lib2to3.fixes.fix_itertools
232232
lib2to3.fixes.fix_itertools_imports
233-
lib2to3.fixes.fix_filter
234233
lib2to3.fixes.fix_long
235234
lib2to3.fixes.fix_map
235+
lib2to3.fixes.fix_next
236236
lib2to3.fixes.fix_nonzero
237237
lib2to3.fixes.fix_operator
238238
lib2to3.fixes.fix_raw_input

0 commit comments

Comments
 (0)