We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7372c4 + ead0da6 commit 24afaa9Copy full SHA for 24afaa9
learners/reference.md
@@ -29,7 +29,7 @@ the values it can take, the programming language in use and the operations
29
that can be performed on it.
30
31
[dictionary]{#dictionary}
32
-: is an unordered Python data structure designed to contain key-value pairs, where both
+: is a Python data structure designed to contain key-value pairs, where both
33
the key and the value can be integers, floats or strings. Elements of a dictionary
34
can be accessed by their key and can be modified.
35
0 commit comments