Skip to content

Commit 0b9e278

Browse files
authored
Merge pull request #159 from wn9237:patch-1
Make it clear that the python dictionary is ordered by insertion of k…
2 parents 907def2 + 254eb48 commit 0b9e278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cheatsheet/dictionaries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Python Dictionaries - Python Cheatsheet
3-
description: In Python, a dictionary is an ordered (from Python > 3.7) collection of key, value pairs.
3+
description: In Python, a dictionary is an insertion-ordered (from Python > 3.7) collection of key, value pairs.
44
---
55

66
<base-title :title="frontmatter.title" :description="frontmatter.description">

0 commit comments

Comments
 (0)