From 4ff570d199a8becea2ef69e4de5fc98f7d76336c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 16 Sep 2022 06:20:35 +1000 Subject: [PATCH] docs: fix simple typo, descibe -> describe There is a small typo in june/filters.py. Should read `describe` rather than `descibe`. Signed-off-by: Tim Gates --- june/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/june/filters.py b/june/filters.py index 6cff72c..e4057fe 100644 --- a/june/filters.py +++ b/june/filters.py @@ -104,7 +104,7 @@ def link(self, link, title, content): width = 650 height = 366 if title: - # title can descibe height and width: 650 x 366 + # title can describe height and width: 650 x 366 pattern = r'(\d{3,4})[^\d]+(\d{3})' match = re.match(pattern, title) if match: