From 9cc1960df65e4bdcfd127f1fab1834e91fd13e52 Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Fri, 14 Apr 2023 00:44:10 -0700 Subject: ipaddress: Remove non-existent ip_str param from docstring (#103461) --- Lib/ipaddress.py | 3 --- 1 file changed, 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. -- cgit v0.12