[Python-checkins] peps: Added missing right paren.

eric.smith python-checkins at python.org
Fri Apr 26 12:31:22 CEST 2013


http://hg.python.org/peps/rev/2e2e7178886e
changeset:   4857:2e2e7178886e
user:        Eric V. Smith <eric at trueblade.com>
date:        Fri Apr 26 06:31:02 2013 -0400
summary:
  Added missing right paren.

files:
  pep-3156.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-3156.txt b/pep-3156.txt
--- a/pep-3156.txt
+++ b/pep-3156.txt
@@ -213,7 +213,7 @@
   this PEP, where ``run()`` had different behavior, in part because
   there are already too many APIs that have a method named ``run()``,
   and in part because there shouldn't be many places where this is
-  called anyway.
+  called anyway.)
 
 - ``run_until_complete(future, timeout=None)``.  Runs the event loop
   until the Future is done.  If a timeout is given, it waits at most

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


More information about the Python-checkins mailing list