summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/TestSuiteGuide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestSuiteGuide.md b/llvm/docs/TestSuiteGuide.md
index fe7a2785c85..0d9bbacb0d9 100644
--- a/llvm/docs/TestSuiteGuide.md
+++ b/llvm/docs/TestSuiteGuide.md
@@ -17,7 +17,7 @@ Quickstart
```bash
% mkdir venv
- % virtualenv -p python2.7 venv
+ % virtualenv venv
% . venv/bin/activate
% pip install svn+http://llvm.org/svn/llvm-project/llvm/trunk/utils/lit
% lit --version
OpenPOWER on IntegriCloud