[Python-checkins] peps: pep-0492: Fix markup

yury.selivanov python-checkins at python.org
Tue Apr 28 05:02:34 CEST 2015


https://hg.python.org/peps/rev/5cc9ca92d9db
changeset:   5802:5cc9ca92d9db
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon Apr 27 23:02:31 2015 -0400
summary:
  pep-0492: Fix markup

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
@@ -171,7 +171,7 @@
 from``.  The main difference is that *await expressions* do not require
 parentheses around them most of the times.
 
-Examples::
+Examples:
 
 ================================== ==================================
 Expression                         Will be parsed as

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list