[Python-checkins] peps: Fix trivial typos.

eric.smith python-checkins at python.org
Thu Aug 27 02:17:14 CEST 2015


https://hg.python.org/peps/rev/56a596c84e26
changeset:   5991:56a596c84e26
user:        Eric V. Smith <eric at trueblade.com>
date:        Wed Aug 26 20:17:12 2015 -0400
summary:
  Fix trivial typos.

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


diff --git a/pep-0501.txt b/pep-0501.txt
--- a/pep-0501.txt
+++ b/pep-0501.txt
@@ -395,7 +395,7 @@
                 field_values[expr] = values[field_num]
         return field_values
 
-And would could then be invoked as::
+And could then be invoked as::
 
     # _ = i18n at top of module or injected into the builtins module
     print(_(i"This is a $translated $message"))
@@ -469,7 +469,7 @@
 templates can be prerendered with ``str``, rather than delegating the rendering
 to the called function.
 
-This reflects the key difference from PEP 498, which *always* eagerly applies]
+This reflects the key difference from PEP 498, which *always* eagerly applies
 the default rendering, without any convenient way to decide to do something
 different.
 

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


More information about the Python-checkins mailing list