Fix up comments

This commit is contained in:
Erik Johnston 2018-01-12 15:02:46 +00:00
parent e21370ba54
commit 694f1c1b18
2 changed files with 16 additions and 7 deletions

View file

@ -136,8 +136,8 @@ def respond_with_responder(request, responder, media_type, file_size, upload_nam
request (twisted.web.http.Request)
responder (Responder|None)
media_type (str): The media/content type.
file_size (int): Size in bytes of the media. If not known it should be None
upload_name (str): The name of the requested file, if any.
file_size (int|None): Size in bytes of the media. If not known it should be None
upload_name (str|None): The name of the requested file, if any.
"""
if not responder:
respond_404(request)