Skip to content

Commit 0bdccb0

Browse files
scopwebknjaz
authored andcommitted
Spelling and grammar fixes
1 parent 9788da1 commit 0bdccb0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

source/specifications/direct-url-data-structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ expression:
4444
4545
Additionally, the user:password section of the URL MAY be a
4646
well-known, non security sensitive string. A typical example is ``git``
47-
in the case of an URL such as ``ssh://[email protected]/user/repo``.
47+
in the case of a URL such as ``ssh://[email protected]/user/repo``.
4848

4949
VCS URLs
5050
--------

source/specifications/externally-managed-environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ virtual environment to install packages.
205205

206206
Software distributors who have a non-Python-specific package manager
207207
that manages libraries in the ``sys.path`` of their Python package
208-
should, in general, ship a ``EXTERNALLY-MANAGED`` file in their
208+
should, in general, ship an ``EXTERNALLY-MANAGED`` file in their
209209
standard library directory. For instance, Debian may ship a file in
210210
``/usr/lib/python3.9/EXTERNALLY-MANAGED`` consisting of something like
211211

source/specifications/simple-repository-api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ spec:
360360
* All JSON responses will *always* be a JSON object rather than an array or other
361361
type.
362362

363-
* While JSON doesn't natively support an URL type, any value that represents an
363+
* While JSON doesn't natively support a URL type, any value that represents an
364364
URL in this API may be either absolute or relative as long as they point to
365365
the correct location. If relative, they are relative to the current URL as if
366366
it were HTML.
@@ -616,7 +616,7 @@ likely just be treated the same as a ``406 Not Acceptable`` error.
616616
This spec **does** require that if the meta version ``latest`` is being used, the
617617
server **MUST** respond with the content type for the actual version that is
618618
contained in the response
619-
(i.e. A ``Accept: application/vnd.pypi.simple.latest+json`` request that returns
619+
(i.e. an ``Accept: application/vnd.pypi.simple.latest+json`` request that returns
620620
a ``v1.x`` response should have a ``Content-Type`` of
621621
``application/vnd.pypi.simple.v1+json``).
622622

@@ -725,7 +725,7 @@ may *optionally* be used instead.
725725
URL Parameter
726726
^^^^^^^^^^^^^
727727

728-
Servers that implement the Simple API may choose to support an URL parameter named
728+
Servers that implement the Simple API may choose to support a URL parameter named
729729
``format`` to allow the clients to request a specific version of the URL.
730730

731731
The value of the ``format`` parameter should be **one** of the valid content types.

source/specifications/version-specifiers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ more information on ``file://`` URLs on Windows see
11781178
Summary of differences from pkg_resources.parse_version
11791179
=======================================================
11801180

1181-
* Note: this comparison is to ``pkg_resourses.parse_version`` as it existed at
1181+
* Note: this comparison is to ``pkg_resources.parse_version`` as it existed at
11821182
the time :pep:`440` was written. After the PEP was accepted, setuptools 6.0 and
11831183
later versions adopted the behaviour described here.
11841184

0 commit comments

Comments
 (0)