summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJules Lasne (jlasne) <jlasne@student.42.fr>2018-12-19 06:05:14 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-12-19 06:05:14 (GMT)
commit82d73554e4764350bfd8f13957c5e024ac95c4af (patch)
tree1c84ba58134f7e6a6c6e4a255641ad1a32fae12a /Doc
parent6cdce3ddef805e11d75142f3e20e23c3fe21fdf4 (diff)
downloadcpython-82d73554e4764350bfd8f13957c5e024ac95c4af.zip
cpython-82d73554e4764350bfd8f13957c5e024ac95c4af.tar.gz
cpython-82d73554e4764350bfd8f13957c5e024ac95c4af.tar.bz2
Removed dangling `since Python` at the end of library/xml.rst. (GH-11201)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/xml.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
index 9b8ba6b..be12729 100644
--- a/Doc/library/xml.rst
+++ b/Doc/library/xml.rst
@@ -75,8 +75,8 @@ decompression bomb Safe Safe Safe S
2. :mod:`xml.dom.minidom` doesn't expand external entities and simply returns
the unexpanded entity verbatim.
3. :mod:`xmlrpclib` doesn't expand external entities and omits them.
-4. Since Python 3.8.0, external general entities are no longer processed by
- default since Python.
+4. Since Python 3.8, external general entities are no longer processed by
+ default.
billion laughs / exponential entity expansion