From bfb1ec56971b840c0361e2c6104ad6ed5d0def8b Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 15 May 2023 20:13:25 -0400 Subject: [PATCH] fixed another typo --- src/sage/combinat/designs/designs_pyx.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/combinat/designs/designs_pyx.pyx b/src/sage/combinat/designs/designs_pyx.pyx index c93ddf10fb3..6d68eecb7b3 100644 --- a/src/sage/combinat/designs/designs_pyx.pyx +++ b/src/sage/combinat/designs/designs_pyx.pyx @@ -153,7 +153,7 @@ def is_covering_array(array,strength=None,symbol_set=None,verbose=False,paramete finished = False # if no strength inputted, tries increasing values for t until one - does not work. If strength is inputted ends after one check + # does not work. If strength is inputted ends after one check while finished is False: # A dictionary to count how many times each t-tuple appears in # the array