Fix: typo in multiple files.

This commit is contained in:
KyleScharnhorst
2017-10-07 06:47:50 -07:00
parent 3ecb193ae6
commit 014786e340
13 changed files with 13 additions and 13 deletions

View File

@ -21,7 +21,7 @@ def gnome_sort(unsorted):
if __name__ == '__main__':
import sys
# For python 2.x and 3.x compatibility: 3.x has not raw_input builtin
# For python 2.x and 3.x compatibility: 3.x has no raw_input builtin
# otherwise 2.x's input builtin function is too "smart"
if sys.version_info.major < 3:
input_function = raw_input