From 236bfb5cbde93df7ebf725ff433f37541a529227 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 14 Dec 2016 14:05:20 -0800 Subject: Use raw strings with backslashes This just adds the `r` prefix to a few strings. --- alot/settings/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/settings') diff --git a/alot/settings/checks.py b/alot/settings/checks.py index cf7b370e..bef91a77 100644 --- a/alot/settings/checks.py +++ b/alot/settings/checks.py @@ -110,7 +110,7 @@ def mail_container(value): def force_list(value, min=None, max=None): - """ + r""" Check that a value is a list, coercing strings into a list with one member. -- cgit v1.2.3