Skip to content

Commit 24afaa9

Browse files
authored
Merge pull request #592 from datacarpentry/dicts-ordered
Note Python dictionary is ordered
2 parents a7372c4 + ead0da6 commit 24afaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learners/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ the values it can take, the programming language in use and the operations
2929
that can be performed on it.
3030

3131
[dictionary]{#dictionary}
32-
: is an unordered Python data structure designed to contain key-value pairs, where both
32+
: is a Python data structure designed to contain key-value pairs, where both
3333
the key and the value can be integers, floats or strings. Elements of a dictionary
3434
can be accessed by their key and can be modified.
3535

0 commit comments

Comments
 (0)