Kaydet (Commit) 5bb42076 authored tarafından Andrew Svetlov's avatar Andrew Svetlov

Reword set docs to use *proper subset/superset* terminology.

üst 1491cbdf
......@@ -1954,7 +1954,7 @@ The constructors for both classes work the same:
.. method:: set < other
Test whether the set is a true subset of *other*, that is,
Test whether the set is a proper subset of *other*, that is,
``set <= other and set != other``.
.. method:: issuperset(other)
......@@ -1964,7 +1964,7 @@ The constructors for both classes work the same:
.. method:: set > other
Test whether the set is a true superset of *other*, that is, ``set >=
Test whether the set is a proper superset of *other*, that is, ``set >=
other and set != other``.
.. method:: union(other, ...)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment