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 notebooks/01.04-Input-Output-History.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"In [14]: math.sin(2) + math.cos(2);\n",
"```\n",
"\n",
"Note that the result is computed silently, and the output is neither displayed on the screen or stored in the ``Out`` dictionary:\n",
"Note that the result is computed silently, and the output is neither displayed on the screen nor stored in the ``Out`` dictionary:\n",
"\n",
"```ipython\n",
"In [15]: 14 in Out\n",
Expand Down