Skip to content

Commit 1771760

Browse files
committed
Minor rephrasing
1 parent 9c49640 commit 1771760

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • content/extra/internals-of-sets-and-dicts

content/extra/internals-of-sets-and-dicts/index.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ tags:
1010
- chapter 3
1111
---
1212

13-
Understand how Python dictionaries and sets are built with hash tables to make sense of their strengths and limitations.
13+
Python's `dict` and `set` are built on top of hash tables.
14+
This post explains how the use of hash tables results in
15+
the strengths and limitations of those container types.
1416

1517
Here are some questions this article answers:
1618

0 commit comments

Comments
 (0)