From 8e7ba5baafdba3d85d124397da152c4281cd262f Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Tue, 2 Jun 2020 23:24:18 -0500 Subject: [PATCH] Indentation fix --- pytato/array.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pytato/array.py b/pytato/array.py index 046955f..4204106 100644 --- a/pytato/array.py +++ b/pytato/array.py @@ -334,9 +334,9 @@ class Array: .. attribute:: namespace - A (mutable) instance of :class:`Namespace` containing the - names used in the computation. All arrays in a - computation share the same namespace. + A (mutable) instance of :class:`Namespace` containing the + names used in the computation. All arrays in a + computation share the same namespace. .. attribute:: shape -- GitLab