summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-10-05 20:11:34 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-10-05 20:11:34 +0000
commitc6a99b42f5a4b3472427076435ec0540ac2daa97 (patch)
treecb1a4df0cceb22a1033ec6eedbe66f1700b913f8 /docutils/docs/dev
parent291cf6647e99a3c04dc628f1877501869d57e27d (diff)
downloaddocutils-c6a99b42f5a4b3472427076435ec0540ac2daa97.tar.gz
Fix: virtualenv dirname
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8846 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/release.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/docs/dev/release.txt b/docutils/docs/dev/release.txt
index a3d80ab77..47f7e3ba2 100644
--- a/docutils/docs/dev/release.txt
+++ b/docutils/docs/dev/release.txt
@@ -57,7 +57,7 @@ Releasing (post 2020)
python test/alltests.py
python -m pip uninstall docutils
- deactivate ; cd .. ; rm -r du2
+ deactivate ; cd .. ; rm -r py2.7
Test in venv ::