diff options
| author | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2015-03-30 03:40:43 +0200 |
|---|---|---|
| committer | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2015-03-30 03:40:43 +0200 |
| commit | 933e26cd75231ba6402c38e4044e001a5d47fa3f (patch) | |
| tree | 09cd6f421e7a7608fc956bbde602ac3e6fc9d11e /pkg_resources/__init__.py | |
| parent | 8cff8857708d580441192c02af9dab910ba11ebb (diff) | |
| download | python-setuptools-git-933e26cd75231ba6402c38e4044e001a5d47fa3f.tar.gz | |
Fix some typos.
Diffstat (limited to 'pkg_resources/__init__.py')
| -rw-r--r-- | pkg_resources/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py index a8a16942..f033c10e 100644 --- a/pkg_resources/__init__.py +++ b/pkg_resources/__init__.py @@ -2528,7 +2528,7 @@ class Distribution(object): if not is_legacy: return - # While an empty version is techincally a legacy version and + # While an empty version is technically a legacy version and # is not a valid PEP 440 version, it's also unlikely to # actually come from someone and instead it is more likely that # it comes from setuptools attempting to parse a filename and @@ -2542,7 +2542,7 @@ class Distribution(object): non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It - is recommend to migrate to PEP 440 compatible + is recommended to migrate to PEP 440 compatible versions. """).strip().replace('\n', ' ') |
