mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-30 01:38:55 +00:00
Correct docstring to ":param <type> <name>" format
This commit is contained in:
parent
5aa0dd4085
commit
9d5d338993
@ -680,7 +680,7 @@ class RetrieveStatusPage(MultiFormatResource):
|
||||
|
||||
def __init__(self, retrieve_status):
|
||||
"""
|
||||
:param retrieve_status retrieve.RetrieveStatus: stats provider.
|
||||
:param retrieve.RetrieveStatus retrieve_status: stats provider.
|
||||
"""
|
||||
super(RetrieveStatusPage, self).__init__()
|
||||
self._retrieve_status = retrieve_status
|
||||
|
Loading…
Reference in New Issue
Block a user