mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
Add missing "param:" to docstring
This commit is contained in:
parent
62760c0997
commit
812f03934a
@ -680,7 +680,7 @@ class RetrieveStatusPage(MultiFormatResource):
|
||||
|
||||
def __init__(self, retrieve_status):
|
||||
"""
|
||||
:retrieve_status retrieve.RetrieveStatus: stats provider.
|
||||
:param retrieve_status retrieve.RetrieveStatus: stats provider.
|
||||
"""
|
||||
super(RetrieveStatusPage, self).__init__()
|
||||
self._retrieve_status = retrieve_status
|
||||
|
Loading…
Reference in New Issue
Block a user