Correct comment.

This commit is contained in:
Itamar Turner-Trauring 2022-04-28 11:49:21 -04:00
parent e16eb6dddf
commit 76d0cfb770
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ class HTTPServer(object):
bucket.advise_corrupt_share(info["reason"].encode("utf-8")) bucket.advise_corrupt_share(info["reason"].encode("utf-8"))
return b"" return b""
##### Immutable APIs ##### ##### Mutable APIs #####
@_authorized_route( @_authorized_route(
_app, _app,