We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a02dbc commit a88d973Copy full SHA for a88d973
twine/utils.py
@@ -144,7 +144,7 @@ def check_status_code(response):
144
response.url.startswith(("https://pypi.python.org",
145
"https://testpypi.python.org"))):
146
print("It appears you're uploading to pypi.python.org (or testpypi) "
147
- "you've recieved a 500 error response. PyPI is being phased "
+ "you've received a 500 error response. PyPI is being phased "
148
"out for pypi.org. Try using https://upload.pypi.org/legacy/ "
149
"(or https://test.pypi.org/legacy/) to upload your packages "
150
"instead. These are the default URLs for Twine now.")
0 commit comments