diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-02 22:44:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 22:44:07 (GMT) |
commit | f44e629a57dae2b29bf22449c915619503894b3b (patch) | |
tree | e058906457fba8f1faa34a75cd332e05748c019f /Doc | |
parent | d851f37b886a91400642c4c845c56d585ab94ec0 (diff) | |
download | cpython-f44e629a57dae2b29bf22449c915619503894b3b.zip cpython-f44e629a57dae2b29bf22449c915619503894b3b.tar.gz cpython-f44e629a57dae2b29bf22449c915619503894b3b.tar.bz2 |
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612)
(cherry picked from commit 32e4f450af3fbcc5c7e186f83ff74e2efe164136)
Co-authored-by: Yassir Karroum <ukarroum17@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/xml.sax.handler.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.sax.handler.rst b/Doc/library/xml.sax.handler.rst index 59d0d1b..719ce5a 100644 --- a/Doc/library/xml.sax.handler.rst +++ b/Doc/library/xml.sax.handler.rst @@ -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 |