summaryrefslogtreecommitdiffstats
path: root/Doc/library/selectors.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/selectors.rst')
-rw-r--r--Doc/library/selectors.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/selectors.rst b/Doc/library/selectors.rst
index 4c322bd..98377c8 100644
--- a/Doc/library/selectors.rst
+++ b/Doc/library/selectors.rst
@@ -98,10 +98,6 @@ below:
:class:`BaseSelector` and its concrete implementations support the
:term:`context manager` protocol.
- .. attribute:: resolution
-
- Resolution of the selector in seconds.
-
.. method:: register(fileobj, events, data=None)
Register a file object for selection, monitoring it for I/O events.