aboutsummaryrefslogtreecommitdiff
path: root/python/python3-ordered-set/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-ordered-set/README')
-rw-r--r--python/python3-ordered-set/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-ordered-set/README b/python/python3-ordered-set/README
new file mode 100644
index 0000000000..0543976668
--- /dev/null
+++ b/python/python3-ordered-set/README
@@ -0,0 +1,4 @@
+An OrderedSet is a mutable data structure that is a hybrid of a list
+and a set.
+It remembers the order of its entries, and every entry has an index
+number that can be looked up.