Fix the 'venv' target by using Python 3 (#210)

This commit is contained in:
Guido van Rossum 2017-02-13 10:47:14 -08:00 committed by GitHub
parent a5ed08e26c
commit ea042afc5b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
PEP2HTML=pep2html.py
PYTHON=python
PYTHON=python3
.SUFFIXES: .txt .html .rst