diff --git a/pytools/__init__.py b/pytools/__init__.py index 45dbe8a3bd979f29f1757f1f4662b259ccaed30b..0894f8ef6a22ff3837feeb2084af6a9d126b1d83 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 """