diff options
author | Sergii Dymchenko <kit1980@gmail.com> | 2023-04-14 07:44:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 07:44:10 (GMT) |
commit | 9cc1960df65e4bdcfd127f1fab1834e91fd13e52 (patch) | |
tree | 844aa8315e71dc2babd2c0170f89950e62f2e8f2 /Lib/ipaddress.py | |
parent | 282f0d26e376b6c8d8cc039b23b649422acc30e9 (diff) | |
download | cpython-9cc1960df65e4bdcfd127f1fab1834e91fd13e52.zip cpython-9cc1960df65e4bdcfd127f1fab1834e91fd13e52.tar.gz cpython-9cc1960df65e4bdcfd127f1fab1834e91fd13e52.tar.bz2 |
ipaddress: Remove non-existent ip_str param from docstring (#103461)
Diffstat (limited to 'Lib/ipaddress.py')
-rw-r--r-- | Lib/ipaddress.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/ipaddress.py b/Lib/ipaddress.py index 1cb71d8..af1d5c4 100644 --- a/Lib/ipaddress.py +++ b/Lib/ipaddress.py @@ -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. |