Skip to content

Commit 77c0075

Browse files
committed
Fix the name of the flag in the docstring
1 parent 88b9455 commit 77c0075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netaddr/ip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ class IPNetwork(BaseIP, IPListMixin):
966966
Use :func:`expand_partial_ipv4_address` if you need this behavior.
967967
968968
.. versionchanged:: NEXT_NETADDR_VERSION
969-
Added the expand flag, which restores the previous behavior to expand
969+
Added the expand_partial flag, which restores the previous behavior to expand
970970
partial IPv4 address
971971
"""
972972

0 commit comments

Comments
 (0)