summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2018-03-27 16:38:18 +0100
committerGitHub <noreply@github.com>2018-03-27 16:38:18 +0100
commit6694359f0e7a7908a63e7933ebb5317ce81ed5e0 (patch)
tree98f6dfc7a3c8e67ab8b9c81a13498e7bdd6a5474
parentd41dc179102a6d72245b6082f87fc3f5545bdfe2 (diff)
parent209b0c6c101a1d315b130956c50be597d431a816 (diff)
downloadpip-6694359f0e7a7908a63e7933ebb5317ce81ed5e0.tar.gz
Merge pull request #5119 from luzpaz/misc-typos
Misc. trivial typos
-rw-r--r--NEWS.rst2
-rw-r--r--tests/lib/__init__.py2
-rw-r--r--tests/unit/test_finder.py2
-rw-r--r--tests/yaml/README.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 2ae1fc508..f6b24c473 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -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)
diff --git a/tests/lib/__init__.py b/tests/lib/__init__.py
index d03a8c78d..ffa69640d 100644
--- a/tests/lib/__init__.py
+++ b/tests/lib/__init__.py
@@ -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": ""
}
diff --git a/tests/unit/test_finder.py b/tests/unit/test_finder.py
index 3139a0fbf..ed7f0efde 100644
--- a/tests/unit/test_finder.py
+++ b/tests/unit/test_finder.py
@@ -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)
diff --git a/tests/yaml/README.md b/tests/yaml/README.md
index 6a2506d81..559c7d8e2 100644
--- a/tests/yaml/README.md
+++ b/tests/yaml/README.md
@@ -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. -->