Fix all doc build warnings

This commit is contained in:
Jason Carver
2019-11-26 17:33:50 -08:00
parent 6668e8d339
commit d503950179
6 changed files with 41 additions and 36 deletions

View File

@ -232,10 +232,9 @@ class KademliaServer:
"""
Save the state of node with a given regularity to the given filename.
Args:
fname: File name to save retularly to
frequency: Frequency in seconds that the state should be saved.
By default, 10 minutes.
:param fname: File name to save regularly to
:param frequency: Frequency in seconds that the state should be saved.
By default, 10 minutes.
"""
self.save_state(fname)
loop = asyncio.get_event_loop()