Skip to content

Commit 217cbbe

Browse files
Prafylmiss-islington
authored andcommitted
Fix return type of IPv4Address.ipv6_mapped in ipaddress docs (GH-157887)
(cherry picked from commit 34cff00) Co-authored-by: Prafyl <86287866+Prafyl@users.noreply.github.com>
1 parent 9c17bac commit 217cbbe

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
@@ -255,7 +255,7 @@ write code that handles both IP versions correctly. Address objects are
255255

256256
.. attribute:: ipv6_mapped
257257

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

260260
.. versionadded:: 3.13
261261

0 commit comments

Comments
 (0)