We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89d4e0 commit 49c6aedCopy full SHA for 49c6aed
docs/types/sets.rst
@@ -78,9 +78,9 @@ Summary
78
-------
79
80
However, the speed advantage also comes at a price: sets do not keep the
81
-elements elements in the correct order, whereas :doc:`lists` and :doc:`tuples`
82
-do. If the order is important to you, you should use a data structure that
83
-remembers the order.
+elements in the correct order, whereas :doc:`lists` and :doc:`tuples` do. If the
+order is important to you, you should use a data structure that remembers the
+order.
84
85
+---------------+---------------+---------------+---------------+---------------+
86
| data type | mutable | ordered | indexed | duplicates |
0 commit comments