Skip to content

Commit 73d9293

Browse files
committed
Fix typo in comment
1 parent a002fa7 commit 73d9293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/forklift/legacy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ def file_upload(request):
962962
request.POST["content"].type.startswith("image/")):
963963
raise _exc_with_message(HTTPBadRequest, "Invalid distribution file.")
964964

965-
# Ensure that the package filetpye is allowed.
965+
# Ensure that the package filetype is allowed.
966966
# TODO: Once PEP 527 is completely implemented we should be able to delete
967967
# this and just move it into the form itself.
968968
if (not project.allow_legacy_files and

0 commit comments

Comments
 (0)