Skip to content

Commit 583c63a

Browse files
committed
docs: minify diff lines
1 parent 7c9b9fe commit 583c63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/locale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def _getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')):
570570
except (ImportError, AttributeError):
571571
pass
572572
else:
573-
# add other platform-specific processing here, if
573+
# ...add other platform-specific processing here, if
574574
# necessary...
575575
return code, encoding
576576

0 commit comments

Comments
 (0)