8000 Remove non-existing ip_str parameter from docstring by kit1980 · Pull Request #103461 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Remove non-existing ip_str parameter from docstring #103461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Next Next commit
Remove non-existing ip_str parameter from _explode_shorthand_ip_strin…
…g's docstring
  • Loading branch information
kit1980 authored Apr 12, 2023
commit 176c28ba841d1f528d97751d008f7c22c87efd09
3 changes: 0 additions & 3 deletions Lib/ipaddress.py
Original file line number Diff line number Diff line change
Expand Up @@ -1821,9 +1821,6 @@ def _string_from_ip_int(cls, ip_int=None):
def _explode_shorthand_ip_st 53A0 ring(self):
"""Expand a shortened IPv6 address.

Args:
ip_str: A string, the IPv6 address.

Returns:
A string, the expanded IPv6 address.

Expand Down
0