diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 17:24:00 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 17:24:00 (GMT) |
commit | a2a7e243aa98d439c8626d5ff242ac537d3083f3 (patch) | |
tree | 6b047568a24e6bf74739bfcc4b8bb2fe0549d9e4 /Doc | |
parent | 59e3b231614ad7cd78a85844cf5116eb1232cf05 (diff) | |
parent | 9ad417ee816e0ccffe7dfb66142e88fd8091febd (diff) | |
download | cpython-a2a7e243aa98d439c8626d5ff242ac537d3083f3.zip cpython-a2a7e243aa98d439c8626d5ff242ac537d3083f3.tar.gz cpython-a2a7e243aa98d439c8626d5ff242ac537d3083f3.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/ipaddress.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index ed23217..769af72 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -282,10 +282,10 @@ only be applied between compatible objects (i.e. IPv4 with IPv4, IPv6 with IPv6). -Logical operators -""""""""""""""""" +Comparison operators +"""""""""""""""""""" -Address objects can be compared with the usual set of logical operators. Some +Address objects can be compared with the usual set of comparison operators. Some examples:: >>> IPv4Address('127.0.0.2') > IPv4Address('127.0.0.1') |