diff --git a/pep-0423.txt b/pep-0423.txt index 50573993f..eecbd182f 100644 --- a/pep-0423.txt +++ b/pep-0423.txt @@ -88,7 +88,7 @@ names: * `register names with PyPI`_. * make sure distributed packages and modules names are unique, unless - you explicitely want to distribute alternatives to existing packages + you explicitly want to distribute alternatives to existing packages or modules. `Using the same value for package/module name and project name <#use-a-single-name>`_ is the recommended way to achieve this. @@ -165,7 +165,7 @@ Respect ownership Understand the purpose of namespace before you use it. -Don't plug into a namespace you don't own, unless explicitely +Don't plug into a namespace you don't own, unless explicitly authorized. `If in doubt, ask`_. @@ -302,7 +302,7 @@ Distinct names should be rare ----------------------------- A notable exception to the `Use a single name`_ rule is when you -explicitely need distinct names. +explicitly need distinct names. As an example, the `Pillow`_ project provides an alternative to the original `PIL`_ distribution. Both projects distribute a "PIL" @@ -579,7 +579,7 @@ About convention choices: custom conventions. Then they can `Promote migrations`_. It means that existing community conventions don't have to be - changed. But, at least, they should be explicitely documented. + changed. But, at least, they should be explicitly documented. Example: "pyranha" is your project name and package name. Tell contributors that: