Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 451aee8

Browse files
authored
Merge pull request #1844 from wade-cheng/patch-1
grammar you->your
2 parents dbb263c + a27a095 commit 451aee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/creating-command-line-tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ default one and run it, which makes this command possible:
184184
Conclusion
185185
==========
186186

187-
You know by now how to package a command-line application written in Python. A further step could be to distribute you package,
187+
You know by now how to package a command-line application written in Python. A further step could be to distribute your package,
188188
meaning uploading it to a :term:`package index <Package Index>`, most commonly :term:`PyPI <Python Package Index (PyPI)>`. To do that, follow the instructions at :ref:`Packaging your project`. And once you're done, don't forget to :ref:`do some research <analyzing-pypi-package-downloads>` on how your package is received!
189189

190190
.. _click: https://click.palletsprojects.com/

0 commit comments

Comments
 (0)