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

miss-islington webhook-mailer at python.org
Mon May 2 18:45:59 EDT 2022


https://github.com/python/cpython/commit/3fe4e4602ddc84569ea44384812667c0657c9bdb
commit: 3fe4e4602ddc84569ea44384812667c0657c9bdb
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-05-02T15:45:55-07:00
summary:

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

(cherry picked from commit 32e4f450af3fbcc5c7e186f83ff74e2efe164136)

Co-authored-by: Yassir Karroum <ukarroum17 at gmail.com>

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 ae0877ca90db0..c7831ce3d7636 100644
--- a/Doc/library/xml.sax.handler.rst
+++ b/Doc/library/xml.sax.handler.rst
@@ -141,7 +141,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