From: Sergii Dymchenko Date: Fri, 14 Apr 2023 07:44:10 +0000 (-0700) Subject: ipaddress: Remove non-existent ip_str param from docstring (#103461) X-Git-Tag: v3.12.0b1~538 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cc1960df65e4bdcfd127f1fab1834e91fd13e52;p=thirdparty%2FPython%2Fcpython.git ipaddress: Remove non-existent ip_str param from docstring (#103461) --- diff --git a/Lib/ipaddress.py b/Lib/ipaddress.py index 1cb71d8032e1..af1d5c4800cc 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.