Skip to content

Commit a0eab23

Browse files
committed
Drop possibly offensive code comments
1 parent 016b0bf commit a0eab23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/jwt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ __version__ = '0.1'
1414

1515

1616
def fix_optionparser_whitespace(input):
17-
"""Hacks around whitespace Nazi-ism in OptionParser"""
17+
"""Hacks around whitespace hypersensitivity in OptionParser"""
1818
newline = ' ' * 80
1919
doublespace = '\033[8m.\033[0m' * 2
2020
return input.replace(' ', doublespace).replace('\n', newline)

0 commit comments

Comments
 (0)