Skip to content

Commit a88d973

Browse files
committed
Fix spelling of received
1 parent 6a02dbc commit a88d973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twine/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def check_status_code(response):
144144
response.url.startswith(("https://pypi.python.org",
145145
"https://testpypi.python.org"))):
146146
print("It appears you're uploading to pypi.python.org (or testpypi) "
147-
"you've recieved a 500 error response. PyPI is being phased "
147+
"you've received a 500 error response. PyPI is being phased "
148148
"out for pypi.org. Try using https://upload.pypi.org/legacy/ "
149149
"(or https://test.pypi.org/legacy/) to upload your packages "
150150
"instead. These are the default URLs for Twine now.")

0 commit comments

Comments
 (0)