Skip to content

Commit 9ad417e

Browse files
committed
Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@.
1 parent ac39add commit 9ad417e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/ipaddress.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@ only be applied between compatible objects (i.e. IPv4 with IPv4, IPv6 with
282282
IPv6).
283283

284284

285-
Logical operators
286-
"""""""""""""""""
285+
Comparison operators
286+
""""""""""""""""""""
287287

288-
Address objects can be compared with the usual set of logical operators. Some
288+
Address objects can be compared with the usual set of comparison operators. Some
289289
examples::
290290

291291
>>> IPv4Address('127.0.0.2') > IPv4Address('127.0.0.1')

0 commit comments

Comments
 (0)