ipaddress: Remove non-existent ip_str param from docstring (#103461)

This commit is contained in:
Sergii Dymchenko 2023-04-14 00:44:10 -07:00 committed by GitHub
parent 282f0d26e3
commit 9cc1960df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View 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.