From a6e791b09e0c134997c98d4432fb5ab3ccfc6ffc Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 3 Jun 2015 00:12:00 -0400 Subject: [PATCH] pep-492: Use backticks --- pep-0492.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0492.txt b/pep-0492.txt index b22a8052e..8fc305581 100644 --- a/pep-0492.txt +++ b/pep-0492.txt @@ -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 ``asyncio.events.AbstractEventLoop``. While the PEP is not tied to any 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 completed.