Skip to content

Commit d4164d2

Browse files
jeanaswebknjaz
andauthored
The PyPI
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 49368ea commit d4164d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/discussions/distribution-package-vs-import-package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A distribution package is a piece of software that you can install.
1616
Most of the time, this is synonymous with "project". When you type ``pip
1717
install pkg``, or when you write ``dependencies = ["pkg"]`` in your
1818
``pyproject.toml``, ``pkg`` is the name of a distribution package. When
19-
you search or browse PyPI_, the most widely known centralized source for
19+
you search or browse the PyPI_, the most widely known centralized source for
2020
installing Python software, what you see is a list of distribution
2121
packages. Alternatively, the term "distribution package" can be used to
2222
refer to a specific file that contains a certain version of a project.

0 commit comments

Comments
 (0)