commit | 56fe4749fb79609de7a6ab83f7d444d271f64e38 | [log] [tgz] |
---|---|---|
author | Berker Peksag <berker.peksag@gmail.com> | Sat Jun 18 21:42:37 2016 +0300 |
committer | Berker Peksag <berker.peksag@gmail.com> | Sat Jun 18 21:42:37 2016 +0300 |
tree | 4885e554f20715fbce6b4fbe10033909a41a9936 | |
parent | d37de3c41de46ebda801d60b171875352267977d [diff] |
Issue #27349: Fix typo in distutils upload command
diff --git a/Lib/distutils/command/upload.py b/Lib/distutils/command/upload.py index 0afcbf2..1fd574a 100644 --- a/Lib/distutils/command/upload.py +++ b/Lib/distutils/command/upload.py
@@ -91,7 +91,7 @@ data = { # action ':action': 'file_upload', - 'protcol_version': '1', + 'protocol_version': '1', # identify release 'name': meta.get_name(),