From c0d090793f09bbb162ccd5fcdb4904a6cf225892 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 45256d29e854d09..988206f4159a48d 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -263,7 +263,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