Skip to content

Commit

Permalink
02-numpy.md: wrap 'tab' in <kbd> HTML tag (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-belkin authored Jul 14, 2020
1 parent 255a6f1 commit f940038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/02-numpy.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ standard deviation: 4.61383319712
> How did we know what functions NumPy has and how to use them?
> If you are working in IPython or in a Jupyter Notebook, there is an easy way to find out.
> If you type the name of something followed by a dot, then you can use tab completion
> (e.g. type `numpy.` and then press tab)
> (e.g. type `numpy.` and then press <kbd>Tab</kbd>)
> to see a list of all functions and attributes that you can use. After selecting one, you
> can also add a question mark (e.g. `numpy.cumprod?`), and IPython will return an
> explanation of the method! This is the same as doing `help(numpy.cumprod)`.
Expand Down

0 comments on commit f940038

Please sign in to comment.