Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pygpu/collectives.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ cdef class GpuComm:

Notes
-----
* Not providing `dest` argument for a root caller will result in creating
* Not providing `dest` argument for a caller will result in creating
a new compatible :ref:`GpuArray` and returning result in it.

"""
Expand All @@ -228,7 +228,7 @@ cdef class GpuComm:

Notes
-----
* Not providing `dest` argument for a root caller will result in creating
* Not providing `dest` argument for a caller will result in creating
a new compatible :ref:`GpuArray` and returning result in it.

"""
Expand Down