diff options
| author | Rowdy Howell <801211+RowdyHowell@users.noreply.github.com> | 2020-06-12 14:10:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 20:10:00 +0100 |
| commit | 95ae4676fe9cbb46e82da75d034c6a8abec4a295 (patch) | |
| tree | 5b374d4df36d0e7313f6a1c8e9d1894c690514c3 /setup.cfg | |
| parent | 55b4547746c80ced2017fe2a0ff96877c5654806 (diff) | |
| download | virtualenv-95ae4676fe9cbb46e82da75d034c6a8abec4a295.tar.gz | |
Fix typo in setup.cfg (#1858)
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
