diff --git a/chainer/functions/array/get_item.py b/chainer/functions/array/get_item.py index c93e64b01aae..2a6f9f5b0148 100644 --- a/chainer/functions/array/get_item.py +++ b/chainer/functions/array/get_item.py @@ -66,8 +66,8 @@ def get_item(x, slices): or tuple of them. Returns: - Variable: :class:`~chainer.Variable` object - which contains sliced array of ``x``. + A :class:`~chainer.Variable` object which contains sliced array of + ``x``. .. note::