Skip to content

Commit 9cc1960

Browse files
authored
ipaddress: Remove non-existent ip_str param from docstring (#103461)
1 parent 282f0d2 commit 9cc1960

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/ipaddress.py

-3
Original file line numberDiff line numberDiff line change
@@ -1821,9 +1821,6 @@ def _string_from_ip_int(cls, ip_int=None):
18211821
def _explode_shorthand_ip_string(self):
18221822
"""Expand a shortened IPv6 address.
18231823
1824-
Args:
1825-
ip_str: A string, the IPv6 address.
1826-
18271824
Returns:
18281825
A string, the expanded IPv6 address.
18291826

0 commit comments

Comments
 (0)