Skip to content

Commit 8824739

Browse files
committed
updated Philemon regex to recognize Philem
1 parent 2a01ee5 commit 8824739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptures/bible_re.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
('I Timothy', '1Tim', '(?:1|I)(?:\s)?Tim(?:othy)?', [20, 15, 16, 16, 25, 21]),
6363
('II Timothy', '2Tim', '(?:2|II)(?:\s)?Tim(?:othy)?', [18, 26, 17, 22]),
6464
('Titus', 'Titus', 'Tit(?:us)?', [16, 15, 15]),
65-
('Philemon', 'Phlm', 'Phlm|Phile(?:mon)?', [25]),
65+
('Philemon', 'Phlm', 'Phlm|Phile(?:m(?:on)?)?', [25]),
6666
('Hebrews', 'Heb', 'Heb(?:rews)?', [14, 18, 19, 16, 14, 20, 28, 13, 28, 39, 40, 29, 25]),
6767
('James', 'Jas', 'Ja(?:me)?s', [27, 26, 18, 17, 20]),
6868
('I Peter', '1Pet', '(?:1|I)(?:\s)?Pet(?:er)?', [25, 25, 22, 19, 14]),

0 commit comments

Comments
 (0)