Skip to content

Commit a27a095

Browse files
wade-chengwebknjaz
authored andcommitted
grammar you->your
1 parent dbb263c commit a27a095

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)