File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ write code that handles both IP versions correctly. Address objects are
221
221
3. An integer packed into a :class: `bytes ` object of length 16, big-endian.
222
222
4. String IPv6 address may contain scope (or zone) id in format <address>%<scope_id>.
223
223
Scope id could not be blank or negative integer.
224
- See :RFC: `4007 ` for details.
224
+ See :RFC: `4007 ` for details.
225
225
226
226
>>> ipaddress.IPv6Address(' 2001:db8::1000' )
227
227
IPv6Address('2001:db8::1000')
@@ -276,7 +276,7 @@ write code that handles both IP versions correctly. Address objects are
276
276
.. attribute :: scope_id
277
277
278
278
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
280
280
scope id. For any other address, this property will be ``None ``.
281
281
282
282
.. attribute :: sixtofour
You can’t perform that action at this time.
0 commit comments