Skip to content

Commit 9fc698f

Browse files
authored
Merge pull request pypa#1310 from ValentinMerlet/main
Fix typo
2 parents a464fc7 + 485de0e commit 9fc698f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This section covers the basics of how to install Python :term:`packages
99

1010
It's important to note that the term "package" in this context is being used to
1111
describe a bundle of software to be installed (i.e. as a synonym for a
12-
:term:`distribution <Distribution Package>`). It does not to refer to the kind
12+
:term:`distribution <Distribution Package>`). It does not refer to the kind
1313
of :term:`package <Import Package>` that you import in your Python source code
1414
(i.e. a container of modules). It is common in the Python community to refer to
1515
a :term:`distribution <Distribution Package>` using the term "package". Using

0 commit comments

Comments
 (0)