Fix a typo in swift/common/swob.py
This patch just fixing a typo. Change-Id: I8a3c5e86b39e442157874a426d664fce33c9d36a
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -1263,7 +1263,7 @@ class Response(object):
# is 0, then that means we got a suffix-byte-range request
# (e.g. "bytes=-512"). This is asking for *up to* the last N
# bytes of the file. If we had any bytes to send at all,
# we'd return a 206 with an apropriate Content-Range header,
# we'd return a 206 with an appropriate Content-Range header,
# but we can't construct a Content-Range header because we
# have no byte indices because we have no bytes.
#
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.