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/select.rst b/Doc/library/select.rst index ad7deec..7a08045 100644 --- a/Doc/library/select.rst +++ b/Doc/library/select.rst
@@ -295,7 +295,7 @@ Low level interface to kevent - - changelist must be an iterable of kevent object or None + - changelist must be an iterable of kevent object or ``None`` - max_events must be 0 or a positive integer - timeout in seconds (floats possible)