We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a5609 commit 08adbaaCopy full SHA for 08adbaa
_episodes/01-numpy.md
@@ -558,7 +558,7 @@ standard deviation: 4.61383319712
558
>
559
> How did we know what functions NumPy has and how to use them?
560
> If you are working in the IPython/Jupyter Notebook there is an easy way to find out.
561
-> If you type the name of something with a full-stop then you can use tab completion
+> If you type the name of something followed by a dot, then you can use tab completion
562
> (e.g. type `numpy.` and then press tab)
563
> to see a list of all functions and attributes that you can use. After selecting one you
564
> can also add a question mark (e.g. `numpy.cumprod?`) and IPython will return an
0 commit comments