mirror of https://github.com/python/cpython
ipaddress: Remove non-existent ip_str param from docstring (#103461)
This commit is contained in:
parent
282f0d26e3
commit
9cc1960df6
|
@ -1821,9 +1821,6 @@ class _BaseV6:
|
|||
def _explode_shorthand_ip_string(self):
|
||||
"""Expand a shortened IPv6 address.
|
||||
|
||||
Args:
|
||||
ip_str: A string, the IPv6 address.
|
||||
|
||||
Returns:
|
||||
A string, the expanded IPv6 address.
|
||||
|
||||
|
|
Loading…
Reference in New Issue