We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a002fa7 commit 73d9293Copy full SHA for 73d9293
warehouse/forklift/legacy.py
@@ -962,7 +962,7 @@ def file_upload(request):
962
request.POST["content"].type.startswith("image/")):
963
raise _exc_with_message(HTTPBadRequest, "Invalid distribution file.")
964
965
- # Ensure that the package filetpye is allowed.
+ # Ensure that the package filetype is allowed.
966
# TODO: Once PEP 527 is completely implemented we should be able to delete
967
# this and just move it into the form itself.
968
if (not project.allow_legacy_files and
0 commit comments