Make PublishStatusPage comment a docstring

This commit is contained in:
Sajith Sasidharan 2020-05-13 17:43:55 -04:00
parent 0ae045ea16
commit 2e0e210c14

View File

@ -759,8 +759,8 @@ class RetrieveStatusPage(rend.Page, RateAndTimeMixin):
return T.li["Per-Server Fetch Response Times: ", l]
# Renders "status/publish-%n"
class PublishStatusPage(MultiFormatResource):
"""Renders status/publish-%d."""
def __init__(self, publish_status):
"""