We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 907def2 + 254eb48 commit 0b9e278Copy full SHA for 0b9e278
docs/cheatsheet/dictionaries.md
@@ -1,6 +1,6 @@
1
---
2
title: Python Dictionaries - Python Cheatsheet
3
-description: In Python, a dictionary is an ordered (from Python > 3.7) collection of key, value pairs.
+description: In Python, a dictionary is an insertion-ordered (from Python > 3.7) collection of key, value pairs.
4
5
6
<base-title :title="frontmatter.title" :description="frontmatter.description">
0 commit comments