summaryrefslogtreecommitdiff
path: root/alot/settings/checks.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-12-14 14:05:20 -0800
committerDylan Baker <dylan@pnwbakers.com>2016-12-21 17:09:25 -0800
commit236bfb5cbde93df7ebf725ff433f37541a529227 (patch)
tree804c88444f3dc1cda7b9d0256670f05cb19f3024 /alot/settings/checks.py
parent581ed2987bd456d2894637a30bb5a14a4caa5f9b (diff)
Use raw strings with backslashes
This just adds the `r` prefix to a few strings.
Diffstat (limited to 'alot/settings/checks.py')
-rw-r--r--alot/settings/checks.py2
1 files changed, 1 insertions, 1 deletions
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.