From 113986d5962d043e5b554d51094a7510f250123b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Tue, 27 Mar 2018 15:51:04 -0400 Subject: [PATCH] Clear extra whitespace --- pytools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytools/__init__.py b/pytools/__init__.py index 45dbe8a..0894f8e 100644 --- a/pytools/__init__.py +++ b/pytools/__init__.py @@ -2048,7 +2048,7 @@ def reshaped_view(a, newshape): :arg a: a :class:`numpy.ndarray` object. :arg newshape: an ``int`` object or a tuple of ``int`` objects. - + .. versionadded:: 2018.4 """ -- GitLab