summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-11-21 11:08:03 +0100
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-11-21 11:14:51 +0100
commit51e1447540731bd6b5e6be3543914c79c3d972c0 (patch)
tree6ea732e3bc1263fcceed048ad84a931772eb9582
parent59ee4980a0f49ea610e26a1aca104334ae03d140 (diff)
downloadpython-setuptools-git-51e1447540731bd6b5e6be3543914c79c3d972c0.tar.gz
Fix non-ASCII homoglyph of `v`
-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 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`.