We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7e990 commit 1fbe7e6Copy full SHA for 1fbe7e6
1 file changed
Notes/02_Working_with_data/02_Containers.md
@@ -335,7 +335,7 @@ accessed by key names instead of numeric column numbers. This is
335
often preferred because the resulting code is easier to read later.
336
337
Viewing large dictionaries and lists can be messy. To clean up the
338
-output for debugging, considering using the `pprint` function.
+output for debugging, consider using the `pprint` function.
339
340
```python
341
>>> from pprint import pprint
0 commit comments