[Python-checkins] peps: pep-492: Use backticks
yury.selivanov
python-checkins at python.org
Wed Jun 3 06:12:03 CEST 2015
https://hg.python.org/peps/rev/ab02a75b6012
changeset: 5891:ab02a75b6012
user: Yury Selivanov <yselivanov at sprymix.com>
date: Wed Jun 03 00:12:00 2015 -0400
summary:
pep-492: Use backticks
files:
pep-0492.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pep-0492.txt b/pep-0492.txt
--- a/pep-0492.txt
+++ b/pep-0492.txt
@@ -30,7 +30,7 @@
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.
--
Repository URL: https://hg.python.org/peps
More information about the Python-checkins
mailing list