Misc. trivial typos

Found via `codespell -q 3`
This commit is contained in:
luz.paz 2018-03-27 06:51:44 -04:00
parent 46e41dec1f
commit 209b0c6c10
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
- Fix an error where the vendored requests was not correctly containing itself
to only the internal vendored prefix.
- Restore compatability with 2.6.
- Restore compatibility with 2.6.
9.0.2 (2018-03-16)

View File

@ -709,7 +709,7 @@ def create_basic_wheel_for_package(script, name, version, depends, extras):
"{dist_info}/top_level.txt": """
{name}
""",
# Have an empty RECORD becuase we don't want to be checking hashes.
# Have an empty RECORD because we don't want to be checking hashes.
"{dist_info}/RECORD": ""
}

View File

@ -402,7 +402,7 @@ def test_finder_only_installs_data_require(data):
distribution are compatible with which version of Python by adding a
data-python-require to the anchor links.
See pep 503 for more informations.
See pep 503 for more information.
"""
# using a local index (that has pre & dev releases)

View File

@ -1,5 +1,5 @@
# Fixtures
This directory contains fixtures for testing pip's resolver. The fixtures are written as yml files, with a convinient format that allows for specifying a custom index for temporary use.
This directory contains fixtures for testing pip's resolver. The fixtures are written as yml files, with a convenient format that allows for specifying a custom index for temporary use.
<!-- TODO: Add a good description of the format and how it can be used. -->