From 7f2638fc299390ff4fc5dc7b77515b624ddbb748 Mon Sep 17 00:00:00 2001
From: Tulir Asokan <tulir@maunium.net>
Date: Wed, 25 Mar 2020 23:14:31 +0200
Subject: [PATCH] Wrap line in readme

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ce8e550..a926e2d 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ but anything supported by Pytz will work.
 Similarly, you can set the locale for date parsing with `!remind locale <list of locales>`. If you
 provide multiple locales, each one will be tried for parsing your input until one matches. Unlike
 the timezone, the locale only affects input, not output. You can view available locales using
-`!remind locales`. You can also contribute new locales by making a pull request (see [locales.py](reminder/locales.py), content warning: long regexes).
+`!remind locales`. You can also contribute new locales by making a pull request
+(see [locales.py](reminder/locales.py), content warning: long regexes).
 
 To list your upcoming reminders, use `!remind list`
-- 
GitLab