From 402dc31655a120a6bf7d30d9cb2c6c73aaf3f072 Mon Sep 17 00:00:00 2001 From: Christos Tsirigotis Date: Wed, 3 Aug 2016 23:12:21 +0300 Subject: [PATCH] Fix documentation in pygpu collectives --- pygpu/collectives.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygpu/collectives.pyx b/pygpu/collectives.pyx index 7bf88179cb..e75049a1c4 100644 --- a/pygpu/collectives.pyx +++ b/pygpu/collectives.pyx @@ -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. """ @@ -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. """