Skip to content

Commit

Permalink
docs: arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 6, 2023
1 parent e808769 commit a93a7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ape/api/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def poll_blocks( # type: ignore[empty-body]
block numbers.
**NOTE**: This is a daemon method; it does not terminate unless an exception occurs
or a ``stop`` is given.
or a ``stop_block`` is given.
Args:
start_block (Optional[int]): The block number to start with. Defaults to the pending
Expand Down
2 changes: 1 addition & 1 deletion src/ape/managers/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def poll_blocks(
block numbers.
**NOTE**: This is a daemon method; it does not terminate unless an exception occurs
or a ``stop`` is given.
or a ``stop_block`` is given.
Usage example::
Expand Down

0 comments on commit a93a7fd

Please sign in to comment.