Minor comment change

This commit is contained in:
Dolph Mathews 2011-07-08 14:11:36 -05:00
parent 7845e72234
commit eeeb55e4a2
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class UrlExtensionFilter(object):
# Use the content type specified by the extension
return (path, CONTENT_TYPES[ext])
elif http_accept is None:
# No extension or Accept specified, use default
# No extension or Accept header specified, use default
return (path_info, DEFAULT_CONTENT_TYPE)
else:
# Return what we were given