mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
ipaddress: Remove non-existent ip_str param from docstring (#103461)
This commit is contained in:
parent
282f0d26e3
commit
9cc1960df6
1 changed files with 0 additions and 3 deletions
|
|
@ -1821,9 +1821,6 @@ class _BaseV6:
|
||||||
def _explode_shorthand_ip_string(self):
|
def _explode_shorthand_ip_string(self):
|
||||||
"""Expand a shortened IPv6 address.
|
"""Expand a shortened IPv6 address.
|
||||||
|
|
||||||
Args:
|
|
||||||
ip_str: A string, the IPv6 address.
|
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
A string, the expanded IPv6 address.
|
A string, the expanded IPv6 address.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue