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

(cherry picked from commit 32e4f450af)

Co-authored-by: Yassir Karroum <ukarroum17@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-05-02 15:45:55 -07:00 committed by GitHub
parent e48da72647
commit 3fe4e4602d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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