Skip to content

Commit 921372d

Browse files
karanveerspncoghlan
authored andcommitted
Added missing text to fix the sentence (#646)
I added the word 'be' in the sentence, "It also must not already *be* taken on pypi.org."
1 parent 0197916 commit 921372d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Open :file:`setup.py` and enter the following content. Update the package name t
9595
minimal set:
9696

9797
- ``name`` is the *distribution name* of your package. This can be any name as long as only
98-
contains letters, numbers, ``_`` , and ``-``. It also must not already
98+
contains letters, numbers, ``_`` , and ``-``. It also must not already be
9999
taken on pypi.org. **Be sure to update this with your username,** as this ensures you won't try to upload a package with the same name as one which already exists when you upload the package.
100100
- ``version`` is the package version see :pep:`440` for more details on
101101
versions.

0 commit comments

Comments
 (0)