summaryrefslogtreecommitdiff
path: root/t/python-virtualenv.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-18 18:34:56 -0700
committerKarl Berry <karl@freefriends.org>2021-05-18 18:34:56 -0700
commit337c4baedfd782ae86a1202a978fe3df053d41ac (patch)
treee0e460e47bc589342385b469417e4e4ff73d3dd4 /t/python-virtualenv.sh
parent2765c8943503fc1a335fa252f22a62f4fa3f9ecd (diff)
downloadautomake-337c4baedfd782ae86a1202a978fe3df053d41ac.tar.gz
doc: wording.
* README: * t/python-virtualenv.sh: * doc/automake.texi: wording, typos, etc.
Diffstat (limited to 't/python-virtualenv.sh')
-rw-r--r--t/python-virtualenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python-virtualenv.sh b/t/python-virtualenv.sh
index 05df22b7c..46a5498d8 100644
--- a/t/python-virtualenv.sh
+++ b/t/python-virtualenv.sh
@@ -46,7 +46,7 @@ cwd=$(pwd) || fatal_ "getting current working directory"
py_version=$(python -c 'import sys; print("%u.%u" % tuple(sys.version_info[:2]))')
py_site=$VIRTUAL_ENV/lib/python$py_version/site-packages
-# We need to do do this early, just to set some cache variables properly,
+# We need to do this early, just to set some cache variables properly,
# since because we're going to unset $PYTHON next.
if python_has_pep3147; then
: PEP 3147 will be used in installation of ".pyc" files