[Python-checkins] bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)

JelleZijlstra webhook-mailer at python.org
Mon May 2 18:26:52 EDT 2022


https://github.com/python/cpython/commit/32e4f450af3fbcc5c7e186f83ff74e2efe164136
commit: 32e4f450af3fbcc5c7e186f83ff74e2efe164136
branch: main
author: Yassir Karroum <ukarroum17 at gmail.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-05-02T16:26:42-06:00
summary:

bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)

files:
M Doc/library/xml.sax.handler.rst

diff --git a/Doc/library/xml.sax.handler.rst b/Doc/library/xml.sax.handler.rst
index 59d0d1b3b0117..719ce5ab1bcf6 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



More information about the Python-checkins mailing list