Skip to content

Commit

Permalink
docs: code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Oct 20, 2024
1 parent 7849207 commit 185eb13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ledgereth/web3.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
class AccountNotFoundError(ValueError):
"""An account with the given address was not found on the Ledger device.
.. warning:: This might raise if the account is not found within MAX_ACCOUNTS_FETCH
iterations on the derivation path.
.. warning:: This might raise if the account is not found within
``MAX_ACCOUNTS_FETCH`` iterations on the derivation path.
"""

pass
Expand Down

0 comments on commit 185eb13

Please sign in to comment.