Skip to content

Commit

Permalink
proof of concept: docstring failing to flag mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Feb 10, 2018
1 parent 106d946 commit 78cbac8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions sia_load_tester/sia_client.py
Expand Up @@ -101,14 +101,12 @@ def allowance_budget(self):
def set_allowance_budget(self, budget_hastings):
"""Sets the allowance budget to the amount specified
Args:
budget_hastings: The amount to set the allowance budget to (in
hastings).
Returns:
True on success.
This section is out of order
Args:
buddy_halfling: This name doesn't match the args.
"""

return self._api_impl.set_renter(
budget_hastings, period=_ALLOWANCE_PERIOD)

Expand Down

0 comments on commit 78cbac8

Please sign in to comment.