]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)
authorYassir Karroum <ukarroum17@gmail.com>
Mon, 2 May 2022 22:26:42 +0000 (22:26 +0000)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 22:26:42 +0000 (16:26 -0600)
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