fixed formatting in docs due

This commit is contained in:
Blake Harnden 2020-01-16 16:12:01 -08:00
parent 5490f961a6
commit b8ded52a66
23 changed files with 106 additions and 109 deletions

View file

@ -38,7 +38,7 @@ class VnodeClient:
Check if node is connected or not.
:return: True if connected, False otherwise
"""
"""
return True
def close(self) -> None: