From 710ee3408ded99c0fa9e0d8adcab8daaa5c843e4 Mon Sep 17 00:00:00 2001 From: Umut Date: Wed, 27 Jul 2022 09:04:08 +0200 Subject: [PATCH] docs: fix documentation of static indexing execution test module --- tests/execution/test_static_indexing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/execution/test_static_indexing.py b/tests/execution/test_static_indexing.py index 3d89a582e..199552f20 100644 --- a/tests/execution/test_static_indexing.py +++ b/tests/execution/test_static_indexing.py @@ -1,5 +1,5 @@ """ -Tests of executiwhere x.shape == of static indexing operation. +Tests of execution of static indexing operation. """ import numpy as np