Skip to content

Commit 62273fe

Browse files
authored
Python software -> Python libraries and tools
1 parent d4164d2 commit 62273fe

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
@@ -17,7 +17,7 @@ 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
1919
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
20+
installing Python libraries and tools, 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.
2323

0 commit comments

Comments
 (0)