Skip to content

Commit eb1b120

Browse files
authored
Merge pull request #11479 from cjolowicz/docs-typos
Fix typos in HTML docs
2 parents 970b53d + 74dfed5 commit eb1b120

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/html/reference/inspect-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ the following properties:
4444
`.egg-info` directory.
4545

4646
```{warning}
47-
This field may not necessary point to a directory, for instance, in the case of older
47+
This field may not necessarily point to a directory, for instance, in the case of older
4848
`.egg` installs.
4949
```
5050

docs/html/topics/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ In some cases, pip's caching behaviour can be undesirable. As an example, if you
9696
have package with optional C extensions, that generates a pure Python wheel
9797
when the C extension can’t be built, pip will use that cached wheel even when
9898
you later invoke it from an environment that could have built those optional C
99-
extensions. This is because pip is seeing a cached wheel for that matches the
99+
extensions. This is because pip is seeing a cached wheel that matches the
100100
package being built, and pip assumes that the result of building a package from
101101
a package index is deterministic.
102102

docs/html/topics/repeatable-installs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ specific version.
2020
```
2121

2222
A requirements file, containing pinned package versions can be generated using
23-
{ref}`pip freeze`. This would not only the top-level packages, but also all of
23+
{ref}`pip freeze`. This would pin not only the top-level packages, but also all of
2424
their transitive dependencies. Performing the installation using
2525
{ref}`--no-deps <install_--no-deps>` would provide an extra dose of insurance
2626
against installing anything not explicitly listed.

news/A12E8588-9311-4DAB-BD89-6FBC3F296275.trivial.rst

Whitespace-only changes.

0 commit comments

Comments
 (0)