Skip to content

Commit f017953

Browse files
StanFromIrelandsrinivasreddy
authored andcommitted
_markupbase.py: Use a permalink for the analysis of MS-Word extensions (pythonGH-129017)
Update _markupbase.py
1 parent 75ef9b0 commit f017953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_markupbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
_markedsectionclose = re.compile(r']\s*]\s*>')
1414

1515
# An analysis of the MS-Word extensions is available at
16-
# http://www.planetpublish.com/xmlarena/xap/Thursday/WordtoXML.pdf
16+
# http://web.archive.org/web/20060321153828/http://www.planetpublish.com/xmlarena/xap/Thursday/WordtoXML.pdf
1717

1818
_msmarkedsectionclose = re.compile(r']\s*>')
1919

0 commit comments

Comments
 (0)