Skip to content

Commit 3551772

Browse files
committed
Clean up cuda_core/docs/source/interoperability.rst
1 parent 6cee0f7 commit 3551772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/docs/source/interoperability.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ exposing their own stream types.
3838
To address this issue, we propose the :attr:`~_stream.IsStreamT.__cuda_stream__` protocol
3939
(currently version 0) as follows: For any Python objects that are meant to be interpreted
4040
as a stream, they should add a ``__cuda_stream__`` *method* that returns a 2-tuple: The
41-
version number (``0``) and the address of ``cudaStream_t`` (both as Python `int`):
41+
version number (``0``) and the address of ``cudaStream_t`` (both as Python ``int``):
4242

4343
.. code-block:: python
4444

0 commit comments

Comments
 (0)