Skip to content

Commit

Permalink
Fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
fxgst committed Nov 19, 2024
1 parent 3f24cbc commit 5600239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocket_ic/pocket_ic_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self) -> None:
self.request_client = requests.session()

def new_instance(self, subnet_config: dict) -> int:
"""Creates a new PocketIC instance ID.
"""Creates a new PocketIC instance.
Returns:
int: the new instance ID
Expand Down

0 comments on commit 5600239

Please sign in to comment.