Skip to content

Commit

Permalink
docs: better docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs committed Dec 23, 2024
1 parent ae1dd89 commit ed9c95a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ape/types/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
An ID representing a point in time on a blockchain, as used in the
:meth:`~ape.managers.chain.ChainManager.snapshot` and
:meth:`~ape.managers.chain.ChainManager.snapshot` methods. Can be a ``str``, ``int``, ``bytes``,
``tuple[bytes, int]``, etc. Providers will expect and handle snapshot IDs differently. There
shouldn't be a need to change providers when using this feature, so there should not be confusion
over this type in practical use cases.
``tuple[bytes, int]``, etc. Providers will expect and handle snapshot IDs differently.
There shouldn't be a need to change providers when using this feature, so there should not be
confusion over this type in practical use cases.
"""

0 comments on commit ed9c95a

Please sign in to comment.