mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
Add missing "param:" to init method docstring
This commit is contained in:
parent
2e0e210c14
commit
ebe80221d5
@ -764,7 +764,7 @@ class PublishStatusPage(MultiFormatResource):
|
||||
|
||||
def __init__(self, publish_status):
|
||||
"""
|
||||
:publish_status mutable.publish.PublishStatus: publish stats provider.
|
||||
:param publish_status mutable.publish.PublishStatus: stats provider.
|
||||
"""
|
||||
super(PublishStatusPage, self).__init__()
|
||||
self._publish_status = publish_status
|
||||
|
Loading…
x
Reference in New Issue
Block a user