Correct comment typo on peer review

This commit is contained in:
Adam Holmberg
2015-10-09 09:46:44 -05:00
parent 4805dfcde9
commit a063421cf4

View File

@@ -1121,7 +1121,7 @@ else:
import keyword
# similar tot a collections.namedtuple, reproduced here because Python 2.6 did not have the rename logic
# similar to collections.namedtuple, reproduced here because Python 2.6 did not have the rename logic
def _positional_rename_invalid_identifiers(field_names):
names_out = list(field_names)
for index, name in enumerate(field_names):