Skip to content

Commit ab1e8cd

Browse files
committed
docs: change note to rst warning
1 parent e809196 commit ab1e8cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ledgereth/web3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
class AccountNotFoundError(ValueError):
4747
"""An account with the given address was not found on the Ledger device.
4848
49-
NOTE: This might raise if the account is not within MAX_ACCOUNTS_FETCH iteractions
50-
on the derivation path.
49+
.. warning:: This might raise if the account is not found within MAX_ACCOUNTS_FETCH
50+
iterations on the derivation path.
5151
"""
5252

5353
pass

0 commit comments

Comments
 (0)