Issue #22186: Fix typos in Lib/.

Patch by Févry Thibault.
This commit is contained in:
Berker Peksag 2014-10-19 18:07:05 +03:00
commit 1ed2e69a4a
14 changed files with 16 additions and 16 deletions

View file

@ -479,7 +479,7 @@ class _IPAddressBase(_TotalOrderingMixin):
"""Return prefix length from the bitwise netmask.
Args:
ip_int: An integer, the netmask in axpanded bitwise format
ip_int: An integer, the netmask in expanded bitwise format
Returns:
An integer, the prefix length.