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

This commit is contained in:
Yassir Karroum 2022-05-02 22:26:42 +00:00 committed by GitHub
parent cb6c6648be
commit 32e4f450af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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