Skip to content

Commit fb99b6b

Browse files
author
opavliuk
committed
bpo-34788 Documentation fix
1 parent 681cfa5 commit fb99b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ipaddress.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ write code that handles both IP versions correctly. Address objects are
221221
3. An integer packed into a :class:`bytes` object of length 16, big-endian.
222222
4. String IPv6 address may contain scope (or zone) id in format <address>%<scope_id>.
223223
Scope id could not be blank or negative integer.
224-
See :RFC: `4007` for details.
224+
See :RFC:`4007` for details.
225225

226226
>>> ipaddress.IPv6Address('2001:db8::1000')
227227
IPv6Address('2001:db8::1000')

0 commit comments

Comments
 (0)