Skip to content

Commit

Permalink
Fix a py2-ism in the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer authored Apr 16, 2021
1 parent ca345f2 commit b87b758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Transferring Data
The next step in most programs is to transfer data onto the device.
In PyCuda, you will mostly transfer data from :mod:`numpy` arrays
on the host. (But indeed, everything that satisfies the Python buffer
interface will work, even a :class:`str`.) Let's make a 4x4 array
interface will work, even :class:`bytes`.) Let's make a 4x4 array
of random numbers::

import numpy
Expand Down

0 comments on commit b87b758

Please sign in to comment.