Skip to content

Commit

Permalink
Fix typos in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque committed Mar 30, 2019
1 parent cf49fd8 commit 0a5cab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth_abi/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class NoEntriesFound(ValueError, PredicateMappingError):
Raised when no registration is found for a type string in a registry's
internal mapping.
..warning::
.. warning::
In a future version of ``eth-abi``, this error class will no longer
inherit from ``ValueError``.
Expand All @@ -115,7 +115,7 @@ class MultipleEntriesFound(ValueError, PredicateMappingError):
that a registry was configured incorrectly. Registrations are expected to
cover completely distinct ranges of type strings.
..warning::
.. warning::
In a future version of ``eth-abi``, this error class will no longer
inherit from ``ValueError``.
Expand Down

0 comments on commit 0a5cab0

Please sign in to comment.