]> 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:45:55 +0000 (15:45 -0700)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 22:45:55 +0000 (15:45 -0700)
(cherry picked from commit 32e4f450af3fbcc5c7e186f83ff74e2efe164136)

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

index ae0877ca90db07b7dff8a38c8a408b6bbe3cd229..c7831ce3d76366095054c805e849f39d14cfdffb 100644 (file)
@@ -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