[Python-checkins] peps: Fix incorrect spelling of inherent

donald.stufft python-checkins at python.org
Sun Aug 30 01:22:26 CEST 2015


https://hg.python.org/peps/rev/b94f9c419087
changeset:   6014:b94f9c419087
user:        Donald Stufft <donald at stufft.io>
date:        Sat Aug 29 19:22:23 2015 -0400
summary:
  Fix incorrect spelling of inherent

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


diff --git a/pep-0470.txt b/pep-0470.txt
--- a/pep-0470.txt
+++ b/pep-0470.txt
@@ -298,10 +298,10 @@
 I can't host my project on PyPI because of <X>, what should I do?
 -----------------------------------------------------------------
 
-First you should decide if <X> is something inherient to PyPI, or if PyPI could
+First you should decide if <X> is something inherent to PyPI, or if PyPI could
 grow a feature to solve <X> for you. If PyPI can add a feature to enable you to
 host your project on PyPI then you should propose that feature. However, if <X>
-is something inherient to PyPI, such as wanting to maintain control over your
+is something inherent to PyPI, such as wanting to maintain control over your
 own files, then you should setup your own package repository and instruct your
 users in your project's description to add it to the list of repositories their
 installer of choice will use.

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


More information about the Python-checkins mailing list