From 6899dd46e4bb1899f3e7b7804ebb5588e0621998 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 24 Feb 2018 12:42:37 -0800 Subject: [PATCH] lint: remove extraneous backslash --- ocrmypdf/_unicodefun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocrmypdf/_unicodefun.py b/ocrmypdf/_unicodefun.py index 4f693bda..a916077f 100644 --- a/ocrmypdf/_unicodefun.py +++ b/ocrmypdf/_unicodefun.py @@ -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'