We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681cfa5 commit fb99b6bCopy full SHA for fb99b6b
Doc/library/ipaddress.rst
@@ -221,7 +221,7 @@ write code that handles both IP versions correctly. Address objects are
221
3. An integer packed into a :class:`bytes` object of length 16, big-endian.
222
4. String IPv6 address may contain scope (or zone) id in format <address>%<scope_id>.
223
Scope id could not be blank or negative integer.
224
- See :RFC: `4007` for details.
+ See :RFC:`4007` for details.
225
226
>>> ipaddress.IPv6Address('2001:db8::1000')
227
IPv6Address('2001:db8::1000')
0 commit comments