Skip to content
Open
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 2-Working-With-Data/07-python/notebook-covidspread.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now let's compute the number of new infected people each day. This will allow us to see the speed at which pandemic progresses. The easiest day to do it is to use `diff`:"
"Now let's compute the number of new infected people each day. This will allow us to see the speed at which pandemic progresses. The easiest way to do it is to use `diff`:"
]
},
{
Expand Down