Skip to content

Commit 7846e35

Browse files
committed
Merge pull request jpadilla#77 from wbolster/politically-correct
Be politically correct
2 parents 6a0f184 + a0eab23 commit 7846e35

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
@@ -13,7 +13,7 @@ __version__ = '0.1'
1313

1414

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

0 commit comments

Comments
 (0)