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:
310310
311311.. method :: IMAP4.idle(dur=None)
312312
313- Return an `` Idler ` `: an iterable context manager implementing the ``IDLE ``
313+ Return an :class: ` Idler `: an iterable context manager implementing the ``IDLE ``
314314 command as defined in :rfc: `2177 `.
315315
316316 The context manager sends the ``IDLE `` command when activated by the
@@ -393,7 +393,7 @@ An :class:`IMAP4` instance has the following methods:
393393
394394 .. note ::
395395
396- Note: The `` Idler ` ` class name and structure are internal interfaces,
396+ Note: The :class: ` Idler ` class name and structure are internal interfaces,
397397 subject to change. Calling code can rely on its context management,
398398 iteration, and public method to remain stable, but should not
399399 subclass, instantiate, or otherwise directly reference the class.
You can’t perform that action at this time.
0 commit comments