summaryrefslogtreecommitdiff
path: root/Lib/ipaddress.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-10-19 18:04:38 +0300
committerBerker Peksag <berker.peksag@gmail.com>2014-10-19 18:04:38 +0300
commitf23530f5690d2e37bba7235a6398b2c386a5b485 (patch)
tree0e2ed390b1bc3007fa60dcc784f4ae3f3d21b1ff /Lib/ipaddress.py
parent0fc08fd2c7774a5521ae198b04639ec634fdb5c2 (diff)
downloadcpython-git-f23530f5690d2e37bba7235a6398b2c386a5b485.tar.gz
Issue #22186: Fix typos in Lib/.
Patch by FĂ©vry Thibault.
Diffstat (limited to 'Lib/ipaddress.py')
-rw-r--r--Lib/ipaddress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ipaddress.py b/Lib/ipaddress.py
index 54df39ae56..ebc04bb145 100644
--- a/Lib/ipaddress.py
+++ b/Lib/ipaddress.py
@@ -472,7 +472,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.