Skip to content

Commit dd9c3c8

Browse files
[3.14] Fix return type of IPv4Address.ipv6_mapped in ipaddress docs (GH-157887) (#157919)
(cherry picked from commit 34cff00) Co-authored-by: Prafyl <86287866+Prafyl@users.noreply.github.com>
1 parent 5659aee commit dd9c3c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Doc/library/ipaddress.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ write code that handles both IP versions correctly. Address objects are
263263

264264
.. attribute:: ipv6_mapped
265265

266-
:class:`IPv4Address` object representing the IPv4-mapped IPv6 address. See :RFC:`4291`.
266+
:class:`IPv6Address` object representing the IPv4-mapped IPv6 address. See :RFC:`4291`.
267267

268268
.. versionadded:: 3.13
269269

0 commit comments

Comments
 (0)