From 822e708a4d387ae29703c63ee24c274116690200 Mon Sep 17 00:00:00 2001 From: Yassir Karroum Date: Sat, 15 Jan 2022 10:54:42 +0100 Subject: [PATCH] bpo-6686: Replaced String with Bytes in xml.sax.handler documentation --- Doc/library/xml.sax.handler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/xml.sax.handler.rst b/Doc/library/xml.sax.handler.rst index 59d0d1b3b011751..719ce5ab1bcf658 100644 --- a/Doc/library/xml.sax.handler.rst +++ b/Doc/library/xml.sax.handler.rst @@ -147,7 +147,7 @@ for the feature and property names. .. data:: property_xml_string | value: ``"http://xml.org/sax/properties/xml-string"`` - | data type: String + | data type: Bytes | description: The literal string of characters that was the source for the current event. | access: read-only