[Python-checkins] peps: PEP 470: fix typo spotted by Jan Pokorný

nick.coghlan python-checkins at python.org
Wed Sep 24 02:13:17 CEST 2014


https://hg.python.org/peps/rev/3fe45416e5e5
changeset:   5560:3fe45416e5e5
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed Sep 24 10:12:29 2014 +1000
summary:
  PEP 470: fix typo spotted by Jan Pokorný

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


diff --git a/pep-0470.txt b/pep-0470.txt
--- a/pep-0470.txt
+++ b/pep-0470.txt
@@ -239,7 +239,7 @@
 else.
 
 Upon acceptance of this PEP and the addition of the ``pypi-only`` mode, all new
-projects will by defaulted to the PyPI only mode and they will be locked to
+projects will be defaulted to the PyPI only mode and they will be locked to
 this mode and unable to change this particular setting. ``pypi-only`` projects
 will still be able to register external index URLs as described above - the
 "pypi-only" refers only to the download links that are published directly on

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


More information about the Python-checkins mailing list