Skip to content

Commit f357aa9

Browse files
authored
Merge pull request Theano#236 from tsirif/master
Fix documentation in pygpu collectives
2 parents 7b5ef1a + 402dc31 commit f357aa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pygpu/collectives.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ cdef class GpuComm:
206206
207207
Notes
208208
-----
209-
* Not providing `dest` argument for a root caller will result in creating
209+
* Not providing `dest` argument for a caller will result in creating
210210
a new compatible :ref:`GpuArray` and returning result in it.
211211
212212
"""
@@ -228,7 +228,7 @@ cdef class GpuComm:
228228
229229
Notes
230230
-----
231-
* Not providing `dest` argument for a root caller will result in creating
231+
* Not providing `dest` argument for a caller will result in creating
232232
a new compatible :ref:`GpuArray` and returning result in it.
233233
234234
"""

0 commit comments

Comments
 (0)