Skip to content

Commit 08adbaa

Browse files
committed
full-stop -> dot
1 parent 25a5609 commit 08adbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/01-numpy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ standard deviation: 4.61383319712
558558
>
559559
> How did we know what functions NumPy has and how to use them?
560560
> 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
561+
> If you type the name of something followed by a dot, then you can use tab completion
562562
> (e.g. type `numpy.` and then press tab)
563563
> to see a list of all functions and attributes that you can use. After selecting one you
564564
> can also add a question mark (e.g. `numpy.cumprod?`) and IPython will return an

0 commit comments

Comments
 (0)