lint: remove extraneous backslash

This commit is contained in:
James R. Barlow
2018-02-24 12:42:37 -08:00
parent 8ad0697a20
commit 6899dd46e4
+1 -1
View File
@@ -97,7 +97,7 @@ def verify_python3_env():
break
if bad_locale is not None:
extra += (
'\n\ocrmypdf discovered that you exported a UTF-8 locale\n'
'\nocrmypdf discovered that you exported a UTF-8 locale\n'
'but the locale system could not pick up from it because\n'
'it does not exist. The exported locale is "%s" but it\n'
'is not supported'