diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-06 22:10:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-06 22:10:47 (GMT) |
commit | 806d332f026bfda8d94028602b0f55050678173a (patch) | |
tree | 0f1ce7833965e67805a3091dde4d72edd5771bb2 | |
parent | 752eda459ae8f61b08c898c5a857b2151856881b (diff) | |
download | cpython-806d332f026bfda8d94028602b0f55050678173a.zip cpython-806d332f026bfda8d94028602b0f55050678173a.tar.gz cpython-806d332f026bfda8d94028602b0f55050678173a.tar.bz2 |
Remove extra period.
-rw-r--r-- | Doc/lib/libxmllib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index 3943a52..f7197ca 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -13,7 +13,7 @@ \deprecated{2.0}{Use \refmodule{xml.sax} instead. The newer XML package includes full support for XML 1.0.} -\versionchanged[Added namespace support.]{1.5.2} +\versionchanged[Added namespace support]{1.5.2} This module defines a class \class{XMLParser} which serves as the basis for parsing text files formatted in XML (Extensible Markup Language). |