https://github.com/python/cpython/commit/34cff005e6c3a07fa90a882c12391ffc070180f2
commit: 34cff005e6c3a07fa90a882c12391ffc070180f2
branch: main
author: Prafyl <[email protected]>
committer: StanFromIreland <[email protected]>
date: 2026-09-21T16:37:37+01:00
summary:

Fix return type of `IPv4Address.ipv6_mapped` in `ipaddress` docs (#157887)

files:
M Doc/library/ipaddress.rst

diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst
index 7d16357a9f3393..2c7deb40e9044c 100644
--- a/Doc/library/ipaddress.rst
+++ b/Doc/library/ipaddress.rst
@@ -261,7 +261,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
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to