Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion practices/ch07_data_structures/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Remember, these are for your own benefit. Feel free to skip them if you don't fi

### Creating a static dictionary

You can create a dictionary a number of ways. How you do this depends on how much data is static and how much is dynamic as part of the program's execution.
You can create a dictionary in a number of ways. How you do this depends on how much data is static and how much is dynamic as part of the program's execution.

```python
# Static data styles:
Expand Down