Skip to content

Commit 6da269e

Browse files
author
opavliuk
committed
bpo-34788 Update documentation
1 parent a17538a commit 6da269e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/ipaddress.rst

Lines changed: 2 additions & 2 deletions
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')
@@ -276,7 +276,7 @@ write code that handles both IP versions correctly. Address objects are
276276
.. attribute:: scope_id
277277

278278
For addresses that appear to be scoped addresses (containing
279-
``%<scope_id>``) as defined by :RFC:`4007`, this attribute will consist
279+
``%<scope_id>``) as defined by :RFC:`4007`, this property will consist
280280
scope id. For any other address, this property will be ``None``.
281281

282282
.. attribute:: sixtofour

0 commit comments

Comments
 (0)