Skip to content

Commit 76e8ffb

Browse files
timgates42sethmlarson
authored andcommitted
Fix typo: adddres -> address (#61)
1 parent 2982509 commit 76e8ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rfc3986/uri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class URIReference(namedtuple('URIReference', misc.URI_COMPONENTS), URIMixin):
7373
7474
.. attribute:: host
7575
76-
The hostname, IPv4, or IPv6 adddres parsed from the authority.
76+
The hostname, IPv4, or IPv6 address parsed from the authority.
7777
7878
.. attribute:: port
7979

0 commit comments

Comments
 (0)