diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index 45256d29e854d0..988206f4159a48 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