File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ An :class:`IMAP4` instance has the following methods:
310
310
311
311
.. method :: IMAP4.idle(dur=None)
312
312
313
- Return an `` Idler ` `: an iterable context manager implementing the ``IDLE ``
313
+ Return an :class: ` Idler `: an iterable context manager implementing the ``IDLE ``
314
314
command as defined in :rfc: `2177 `.
315
315
316
316
The context manager sends the ``IDLE `` command when activated by the
@@ -393,7 +393,7 @@ An :class:`IMAP4` instance has the following methods:
393
393
394
394
.. note ::
395
395
396
- Note: The `` Idler ` ` class name and structure are internal interfaces,
396
+ Note: The :class: ` Idler ` class name and structure are internal interfaces,
397
397
subject to change. Calling code can rely on its context management,
398
398
iteration, and public method to remain stable, but should not
399
399
subclass, instantiate, or otherwise directly reference the class.
You can’t perform that action at this time.
0 commit comments