Skip to content

Commit 5b4b8e5

Browse files
mdqstfselmo
authored andcommitted
fix: missing quotation mark in citation line
1 parent 2b05266 commit 5b4b8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ens/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class AddressMismatch(ENSException):
3232
class InvalidName(idna.IDNAError, ENSException):
3333
"""
3434
Raised if the provided name does not meet the normalization
35-
standards specified in `ENSIP-15
35+
standards specified in `ENSIP-15`
3636
<https://docs.ens.domains/ens-improvement-proposals/ensip-15-normalization-standard>`_.
3737
"""
3838

0 commit comments

Comments
 (0)