summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-11-04 19:10:24 +0000
committerGitHub <noreply@github.com>2022-11-04 19:10:24 +0000
commit17795c5adcdb9c0e3576d12ad0b64ed697110cb0 (patch)
tree0a6d813590e3151e6a1c984a191319b23a4bd104 /docs/userguide
parenta462cb5edb324dcc56f903524b742305e4087014 (diff)
parent3c100aa427be613590d026f40dc3cf5943c543b6 (diff)
downloadpython-setuptools-git-17795c5adcdb9c0e3576d12ad0b64ed697110cb0.tar.gz
Improve warnings in editable install (#3569)
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/development_mode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/development_mode.rst b/docs/userguide/development_mode.rst
index 2dc6dfbd..5378b994 100644
--- a/docs/userguide/development_mode.rst
+++ b/docs/userguide/development_mode.rst
@@ -247,7 +247,7 @@ More information is available on the text of :pep:`PEP 660 <660#what-to-put-in-t
.. [#cwd]
Techniques like the :ref:`src-layout` or tooling-specific options like
`tox's changedir <https://tox.wiki/en/stable/config.html#conf-changedir>`_
- can be used to prevent such kinds of situations (chekout `this blog post
+ can be used to prevent such kinds of situations (checkout `this blog post
<https://blog.ganssle.io/articles/2019/08/test-as-installed.html>`_ for more
insights).