Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

docs: fix simple typo, descibe -> describe #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <tim.gates@iress.com>
  • Loading branch information
timgates42 committed Sep 15, 2022
commit 4ff570d199a8becea2ef69e4de5fc98f7d76336c
2 changes: 1 addition & 1 deletion june/filters.py
Original file line number Diff line number Diff line change
@@ -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: