Issue #27349: Fix typo in distutils upload command

This commit is contained in:
Berker Peksag 2016-06-18 21:42:37 +03:00
parent d37de3c41d
commit 56fe4749fb
2 changed files with 3 additions and 2 deletions

View file

@ -91,7 +91,7 @@ def upload_file(self, command, pyversion, filename):
data = {
# action
':action': 'file_upload',
'protcol_version': '1',
'protocol_version': '1',
# identify release
'name': meta.get_name(),