Skip to content

Commit

Permalink
Merge pull request cupy#268 from gwtnb/fix-spelling
Browse files Browse the repository at this point in the history
Fix spelling in tutorial
  • Loading branch information
niboshi committed Jul 8, 2017
1 parent 14f1593 commit b3d5d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Its data is allocated on the *current device*, which will be explained later.


Most of array manipulations are also do in the way similar to NumPy.
Take the Euclid norm (a.k.a L2 norm) for example.
Take the Euclidean norm (a.k.a L2 norm) for example.
NumPy has `numpy.lina.g.norm` to calculate it on CPU.

.. doctest::
Expand Down

0 comments on commit b3d5d1c

Please sign in to comment.