commit | ad13f338ceb12af0c883b720753cd59c03370485 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Oct 19 16:29:10 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Oct 19 16:29:10 2016 +0300 |
tree | cede18e3b7d3c30fdc0a03cfc88ab0925f9bce29 | |
parent | 5df6d48ce5d811914b644c79e2c3c2449ce0305a [diff] [blame] |
Issue #19795: Mark up None as literal text.
diff --git a/Doc/library/xml.sax.reader.rst b/Doc/library/xml.sax.reader.rst index 14af050..17aa8f0 100644 --- a/Doc/library/xml.sax.reader.rst +++ b/Doc/library/xml.sax.reader.rst
@@ -306,7 +306,7 @@ Get the byte stream for this input source. The getEncoding method will return the character encoding for this byte stream, - or None if unknown. + or ``None`` if unknown. .. method:: InputSource.setCharacterStream(charfile)