Skip to content

Commit

Permalink
Merge pull request cupy#272 from niboshi/bp-fix-spelling
Browse files Browse the repository at this point in the history
[backport] Fix spelling in tutorial
  • Loading branch information
okuta authored Jul 9, 2017
2 parents 14f1593 + b3d5d1c commit fa373e6
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 fa373e6

Please sign in to comment.