summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRowdy Howell <801211+RowdyHowell@users.noreply.github.com>2020-06-12 14:10:00 -0500
committerGitHub <noreply@github.com>2020-06-12 20:10:00 +0100
commit95ae4676fe9cbb46e82da75d034c6a8abec4a295 (patch)
tree5b374d4df36d0e7313f6a1c8e9d1894c690514c3 /setup.cfg
parent55b4547746c80ced2017fe2a0ff96877c5654806 (diff)
downloadvirtualenv-95ae4676fe9cbb46e82da75d034c6a8abec4a295.tar.gz
Fix typo in setup.cfg (#1858)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 04f5c30..f831606 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -61,7 +61,7 @@ virtualenv.activate =
batch = virtualenv.activation.batch:BatchActivator
fish = virtualenv.activation.fish:FishActivator
powershell = virtualenv.activation.powershell:PowerShellActivator
- python = virtualenv.activation.python:PestythonActivator
+ python = virtualenv.activation.python:PythonActivator
xonsh = virtualenv.activation.xonsh:XonshActivator
virtualenv.create =
venv = virtualenv.create.via_global_ref.venv:Venv