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
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: