Skip to content

Commit a64e0a5

Browse files
_markupbase.py: Use a permalink for the analysis of MS-Word extensions (GH-129017)
Update _markupbase.py
1 parent 052ca8f commit a64e0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_markupbase.py

+1-1
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)