diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-17 11:04:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 11:04:26 +0100 |
commit | 23d455c532fca91e6f00aa5950000739b058b6e5 (patch) | |
tree | ca85d5a721d97e6a3644612e6373563fd50fc6d5 /docs/userguide | |
parent | d03da04e024ad4289342077eef6de40013630a44 (diff) | |
parent | 7db7edd88621c67fcfa4ea3fd4e629662c3a19ea (diff) | |
download | python-setuptools-git-23d455c532fca91e6f00aa5950000739b058b6e5.tar.gz |
Merge pull request #3534 from atiabbz/patch-1
[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 |