mirror of https://github.com/python/cpython
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)
This commit is contained in:
parent
cb6c6648be
commit
32e4f450af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue