]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
ipaddress: Remove non-existent ip_str param from docstring (#103461)
authorSergii Dymchenko <kit1980@gmail.com>
Fri, 14 Apr 2023 07:44:10 +0000 (00:44 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2023 07:44:10 +0000 (00:44 -0700)
Lib/ipaddress.py

index 1cb71d8032e1733799e01e72309161add3482147..af1d5c4800cce8ae9e5050ccc22109586f6f0221 100644 (file)
@@ -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.