[Python-checkins] ipaddress: Remove non-existent ip_str param from docstring (#103461)

hauntsaninja webhook-mailer at python.org
Fri Apr 14 03:44:17 EDT 2023


https://github.com/python/cpython/commit/9cc1960df65e4bdcfd127f1fab1834e91fd13e52
commit: 9cc1960df65e4bdcfd127f1fab1834e91fd13e52
branch: main
author: Sergii Dymchenko <kit1980 at gmail.com>
committer: hauntsaninja <12621235+hauntsaninja at users.noreply.github.com>
date: 2023-04-14T00:44:10-07:00
summary:

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

files:
M Lib/ipaddress.py

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 @@ def _string_from_ip_int(cls, ip_int=None):
     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.
 



More information about the Python-checkins mailing list