[Python-checkins] peps: Fix lack of communication between brain and fingers

nick.coghlan python-checkins at python.org
Sat Feb 25 09:56:19 CET 2012


http://hg.python.org/peps/rev/a0a65a5df76e
changeset:   4078:a0a65a5df76e
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Feb 25 18:56:13 2012 +1000
summary:
  Fix  lack of communication between brain and fingers

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


diff --git a/pep-0413.txt b/pep-0413.txt
--- a/pep-0413.txt
+++ b/pep-0413.txt
@@ -292,10 +292,10 @@
 Python developer, deciding their minimum version dependency
 -----------------------------------------------------------
 
-**Status quo:** look for "version added" or "version tagged" markers in the
+**Status quo:** look for "version added" or "version changed" markers in the
 documentation, check against ``sys.version_info``
 
-**This PEP:** look for "version added" or "version tagged" markers in the
+**This PEP:** look for "version added" or "version changed" markers in the
 documentation. If written as a bare Python version, such as "3.3", check
 against ``sys.version_info``. If qualified with a standard library version,
 such as "3.3 (13.02)", check against ``sys.stdlib_info``.

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


More information about the Python-checkins mailing list