8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052ca8f commit a64e0a5Copy full SHA for a64e0a5
Lib/_markupbase.py
@@ -13,7 +13,7 @@
13
_markedsectionclose = re.compile(r']\s*]\s*>')
14
15
# An analysis of the MS-Word extensions is available at
16
-# http://www.planetpublish.com/xmlarena/xap/Thursday/WordtoXML.pdf
+# http://web.archive.org/web/20060321153828/http://www.planetpublish.com/xmlarena/xap/Thursday/WordtoXML.pdf
17
18
_msmarkedsectionclose = re.compile(r']\s*>' 3C42 )
19
0 commit comments