diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-11-21 11:08:03 +0100 |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-11-21 11:14:51 +0100 |
commit | 51e1447540731bd6b5e6be3543914c79c3d972c0 (patch) | |
tree | 6ea732e3bc1263fcceed048ad84a931772eb9582 | |
parent | 59ee4980a0f49ea610e26a1aca104334ae03d140 (diff) | |
download | python-setuptools-git-51e1447540731bd6b5e6be3543914c79c3d972c0.tar.gz |
Fix non-ASCII homoglyph of `v`
-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 1716e0af..d48dc335 100644 --- a/docs/userguide/development_mode.rst +++ b/docs/userguide/development_mode.rst @@ -69,7 +69,7 @@ Please have a look on the following section if you are looking for a different b sudo apt install python3-venv - Alternatively, you can also try installing :pypi:`virtualená´ `. + Alternatively, you can also try installing :pypi:`virtualenv`. More information is available on the Python Packaging User Guide on :doc:`PyPUG:guides/installing-using-pip-and-virtual-environments`. |