diff options
author | Anderson Bravalheri <andersonbravalheri+github@gmail.com> | 2022-10-11 17:56:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 17:56:26 +0100 |
commit | 3c100aa427be613590d026f40dc3cf5943c543b6 (patch) | |
tree | efcd2962af35a9ecfa3ec682de48b067f7da2d41 | |
parent | 7aa3e4c38977ae2a8ed1313e88bd083f94f762d6 (diff) | |
download | python-setuptools-git-3c100aa427be613590d026f40dc3cf5943c543b6.tar.gz |
Fix misspelling in docs/userguide/development_mode.rst
-rw-r--r-- | docs/userguide/development_mode.rst | 2 |
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). |