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

Skip to content

Commit f44e629

Browse files
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612)
(cherry picked from commit 32e4f45) Co-authored-by: Yassir Karroum <ukarroum17@gmail.com>
1 parent d851f37 commit f44e629

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