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 300b36a commit c22cdebCopy full SHA for c22cdeb
docs/yaml/elementary/dict.yml
@@ -45,8 +45,10 @@ methods:
45
46
- name: keys
47
returns: list[str]
48
- description: Returns an array of keys in the dictionary.
+ description: Returns an array of keys in the dictionary, sorted in ascending order.
49
50
- name: values
51
returns: list[any]
52
- description: Returns an array of values in the dictionary.
+ description: |
53
+ Returns an array of values in the dictionary, sorted by the
54
+ corresponding keys in ascending order.
0 commit comments