Skip to content

Commit 42268c4

Browse files
Fix typo
1 parent 944431d commit 42268c4

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)