Skip to content

Commit 1fbe7e6

Browse files
committed
Fix typo in Working with data/Containers
1 parent 6f7e990 commit 1fbe7e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Notes/02_Working_with_data/02_Containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ accessed by key names instead of numeric column numbers. This is
335335
often preferred because the resulting code is easier to read later.
336336

337337
Viewing large dictionaries and lists can be messy. To clean up the
338-
output for debugging, considering using the `pprint` function.
338+
output for debugging, consider using the `pprint` function.
339339

340340
```python
341341
>>> from pprint import pprint

0 commit comments

Comments
 (0)