]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120128: fix description of argument to ipaddress.collapse_addresses() (#120131)
authorJan Kaliszewski <zuo@kaliszewski.net>
Wed, 5 Jun 2024 21:52:40 +0000 (23:52 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Jun 2024 21:52:40 +0000 (00:52 +0300)
commitf878d46e5614f08a9302fcb6fc611ef49e9acf2f
tree35aae62bc04b71f7c1ae88290c4faaacf349c325
parente83ce850f433fd8bbf8ff4e8d7649b942639db31
gh-120128: fix description of argument to ipaddress.collapse_addresses() (#120131)

The argument to collapse_addresses() is now described as an *iterable*
(rather than *iterator*).
Doc/library/ipaddress.rst
Lib/ipaddress.py