Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b4386d36
Commit
b4386d36
authored
Jun 02, 2012
by
Sandro Tosi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #14814: minor spelling fixes
parent
3a37b839
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Lib/ipaddress.py
Lib/ipaddress.py
+4
-4
No files found.
Lib/ipaddress.py
View file @
b4386d36
...
...
@@ -143,7 +143,7 @@ def v6_int_to_packed(address):
"""Represent an address as 16 packed bytes in network (big-endian) order.
Args:
address: An integer representation of an IPv
4
IP address.
address: An integer representation of an IPv
6
IP address.
Returns:
The integer address packed as 16 bytes in network (big-endian) order.
...
...
@@ -1181,7 +1181,7 @@ class IPv4Address(_BaseV4, _BaseAddress):
IPv4Address('192.0.2.1')
Raises:
AddressValueError: If ipaddressisn't a valid IPv4 address.
AddressValueError: If ipaddress
isn't a valid IPv4 address.
"""
_BaseAddress
.
__init__
(
self
,
address
)
...
...
@@ -1366,10 +1366,10 @@ class IPv4Network(_BaseV4, _BaseNetwork):
IPv4Interface('192.0.2.1')
Raises:
AddressValueError: If ipaddressisn't a valid IPv4 address.
AddressValueError: If ipaddress
isn't a valid IPv4 address.
NetmaskValueError: If the netmask isn't valid for
an IPv4 address.
ValueError: If strict
was True and a network address wa
s not
ValueError: If strict
is True and a network address i
s not
supplied.
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment