From 217cbbea0cb6d37fefe822f4513ffa5f590be66c Mon Sep 17 00:00:00 2001 From: Prafyl <86287866+Prafyl@users.noreply.github.com> Date: Mon, 21 Sep 2026 21:22:37 +0545 Subject: [PATCH] Fix return type of `IPv4Address.ipv6_mapped` in `ipaddress` docs (GH-157887) (cherry picked from commit 34cff005e6c3a07fa90a882c12391ffc070180f2) Co-authored-by: Prafyl <86287866+Prafyl@users.noreply.github.com> --- 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 e00e1b2cea446a5..9f263914fcf1a9c 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -255,7 +255,7 @@ write code that handles both IP versions correctly. Address objects are .. attribute:: ipv6_mapped - :class:`IPv4Address` object representing the IPv4-mapped IPv6 address. See :RFC:`4291`. + :class:`IPv6Address` object representing the IPv4-mapped IPv6 address. See :RFC:`4291`. .. versionadded:: 3.13