From 015581bda0d9edfaa504906190e756ffd0b14ade Mon Sep 17 00:00:00 2001 From: grubert Date: Tue, 5 Oct 2021 20:11:34 +0000 Subject: [PATCH] Fix: virtualenv dirname git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8846 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/dev/release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :: -- 2.11.4.GIT