From ff54f68a4e2e511bc80a6b04821cd5a1f10113d4 Mon Sep 17 00:00:00 2001 From: niboshi Date: Fri, 18 Aug 2017 17:38:43 +0900 Subject: [PATCH] Fix get_item document --- chainer/functions/array/get_item.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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::