docs/syntax: Document that dicts are unordered [skip ci]

pull/5881/head
Nirbheek Chauhan 5 years ago committed by GitHub
parent d5026f13de
commit 41b0fae0a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/markdown/Syntax.md

@ -338,7 +338,7 @@ Keys must be unique:
my_dict = {'foo': 42, 'foo': 43}
```
Dictionaries are immutable.
Dictionaries are immutable and do not have a guaranteed order.
Dictionaries are available since 0.47.0.

Loading…
Cancel
Save