8000 bpo-6686: Replace String with Bytes in xml.sax.handler documentation … · python/cpython@32e4f45 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 32e4f45

Browse files
authored
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)
1 parent cb6c664 commit 32e4f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.sax.handler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ for the feature and property names.
147147
.. data:: property_xml_string
148148

149149
| value: ``"http://xml.org/sax/properties/xml-string"``
150-
| data type: String
150+
| data type: Bytes
151151
| description: The literal string of characters that was the source for the
152152
current event.
153153
| access: read-only

0 commit comments

Comments
 (0)
0