We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a0f184 + a0eab23 commit 7846e35Copy full SHA for 7846e35
bin/jwt
@@ -13,7 +13,7 @@ __version__ = '0.1'
13
14
15
def fix_optionparser_whitespace(input):
16
- """Hacks around whitespace Nazi-ism in OptionParser"""
+ """Hacks around whitespace hypersensitivity in OptionParser"""
17
newline = ' ' * 80
18
doublespace = '\033[8m.\033[0m' * 2
19
return input.replace(' ', doublespace).replace('\n', newline)
0 commit comments