[Python-checkins] peps: PEP 495: typo

alexander.belopolsky python-checkins at python.org
Sat Aug 22 23:33:31 CEST 2015


https://hg.python.org/peps/rev/3e239163d866
changeset:   5976:3e239163d866
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sat Aug 22 17:33:28 2015 -0400
summary:
  PEP 495: typo

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


diff --git a/pep-0495.txt b/pep-0495.txt
--- a/pep-0495.txt
+++ b/pep-0495.txt
@@ -465,7 +465,7 @@
 
 This is a working name chosen initially because the obvious
 alternative ("second") conflicts with the existing attribute.  It has
-since became clear that it is desirable to have a flag with the
+since become clear that it is desirable to have a flag with the
 default value ``False`` and such that chronological ordering of
 disambiguated (datetime, flag) pairs would match their lexicographical
 order.

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


More information about the Python-checkins mailing list