Skip to content

Commit

Permalink
[L1-2] Rewrite note about zip
Browse files Browse the repository at this point in the history
  • Loading branch information
mesnardo committed Aug 28, 2018
1 parent 7679ddb commit b885847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lessons/01_phugoid/01_02_Phugoid_Oscillation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@
"metadata": {},
"source": [
"Now, we iterate through each $\\Delta t$ value and calculate the corresponding error.\n",
"In the following code cell, we use the built-in function [`zip`](https://docs.python.org/3/library/functions.html#zip) to create an iterator that aggregates elements from `z_values` and `dt_values`."
"In the following code cell, we use the built-in function [`zip`](https://docs.python.org/3/library/functions.html#zip) to iterate over the two lists `z_values` and `dt_values`."
]
},
{
Expand Down Expand Up @@ -982,7 +982,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.6.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit b885847

Please sign in to comment.