Skip to content

Commit

Permalink
Fix the name of the flag in the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed May 28, 2024
1 parent 88b9455 commit 77c0075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netaddr/ip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ class IPNetwork(BaseIP, IPListMixin):
Use :func:`expand_partial_ipv4_address` if you need this behavior.
.. versionchanged:: NEXT_NETADDR_VERSION
Added the expand flag, which restores the previous behavior to expand
Added the expand_partial flag, which restores the previous behavior to expand
partial IPv4 address
"""

Expand Down

0 comments on commit 77c0075

Please sign in to comment.