mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)
This commit is contained in:
parent
cb6c6648be
commit
32e4f450af
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue