pep-492: Use backticks

This commit is contained in:
Yury Selivanov 2015-06-03 00:12:00 -04:00
parent 7056d7f540
commit a6e791b09e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ This PEP assumes that the asynchronous tasks are scheduled and
coordinated by an Event Loop similar to that of stdlib module coordinated by an Event Loop similar to that of stdlib module
``asyncio.events.AbstractEventLoop``. While the PEP is not tied to any ``asyncio.events.AbstractEventLoop``. While the PEP is not tied to any
specific Event Loop implementation, it is relevant only to the kind of specific Event Loop implementation, it is relevant only to the kind of
coroutine that uses "yield" as a signal to the scheduler, indicating coroutine that uses ``yield`` as a signal to the scheduler, indicating
that the coroutine will be waiting until an event (such as IO) is that the coroutine will be waiting until an event (such as IO) is
completed. completed.