We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49368ea commit d4164d2Copy full SHA for d4164d2
source/discussions/distribution-package-vs-import-package.rst
@@ -16,7 +16,7 @@ A distribution package is a piece of software that you can install.
16
Most of the time, this is synonymous with "project". When you type ``pip
17
install pkg``, or when you write ``dependencies = ["pkg"]`` in your
18
``pyproject.toml``, ``pkg`` is the name of a distribution package. When
19
-you search or browse PyPI_, the most widely known centralized source for
+you search or browse the PyPI_, the most widely known centralized source for
20
installing Python software, what you see is a list of distribution
21
packages. Alternatively, the term "distribution package" can be used to
22
refer to a specific file that contains a certain version of a project.
0 commit comments