diff options
author | Atiab Bin Zakaria <61742543+atiabbz@users.noreply.github.com> | 2022-08-17 17:51:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 17:51:01 +0800 |
commit | 7db7edd88621c67fcfa4ea3fd4e629662c3a19ea (patch) | |
tree | ca85d5a721d97e6a3644612e6373563fd50fc6d5 /docs/userguide | |
parent | d03da04e024ad4289342077eef6de40013630a44 (diff) | |
download | python-setuptools-git-7db7edd88621c67fcfa4ea3fd4e629662c3a19ea.tar.gz |
[Docs] Typo in Quickstart
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 352a37bd..e2afdb8b 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -123,7 +123,7 @@ distributing into something that looks like the following ├── __init__.py └── ... (other Python files) -With :ref:`build installed in you system <install-build>`, you can then run:: +With :ref:`build installed in your system <install-build>`, you can then run:: python -m build |