From 96100b7aee87f8c0bb6dfb6482031c915a883c37 Mon Sep 17 00:00:00 2001 From: 180909 <734461790@qq.com> Date: Wed, 19 Jan 2022 21:38:24 +0800 Subject: [PATCH] bpo-43079:Fix ipv4_mapped document --- Doc/library/ipaddress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index 9c2dff55703273..bd4ed1fc75219a 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -320,7 +320,7 @@ write code that handles both IP versions correctly. Address objects are .. attribute:: ipv4_mapped For addresses that appear to be IPv4 mapped addresses (starting with - ``::FFFF/96``), this property will report the embedded IPv4 address. + ``::FFFF:0:0/96``), this property will report the embedded IPv4 address. For any other address, this property will be ``None``. .. attribute:: scope_id