Skip to content

Commit

Permalink
tutorial 1 typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeshraghian committed Dec 30, 2021
1 parent a6e0ab8 commit 7edd969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/tutorial_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ can enable the optional argument ``off_spike=True``.
We’ve generated additional spikes, but this isn’t actually the full
picture!

Printing out the tensor will show that the presence of “off-spikes”. These spikes take on a value of ``-1``.
Printing out the tensor will show the presence of “off-spikes” which take on a value of ``-1``.

::

Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial_1_spikegen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@
"source": [
"We've generated additional spikes, but this isn't actually the full picture! \n",
"\n",
"Printing out the tensor will show that the presence of \"off-spikes\". These spikes take on a value of `-1`."
"Printing out the tensor will show the presence of \"off-spikes\" which take on a value of `-1`."
]
},
{
Expand Down

0 comments on commit 7edd969

Please sign in to comment.