]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 May 2022 22:44:07 +0000 (15:44 -0700)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 22:44:07 +0000 (15:44 -0700)
(cherry picked from commit 32e4f450af3fbcc5c7e186f83ff74e2efe164136)

Co-authored-by: Yassir Karroum <ukarroum17@gmail.com>
Doc/library/xml.sax.handler.rst

index 59d0d1b3b01175149089a57fc3a18c0e670c6155..719ce5ab1bcf6589d52bcdbb1adfa61bc6520737 100644 (file)
@@ -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