Skip to content

Commit

Permalink
Merge pull request #8 from Aaron-Dwyer/coveringarray
Browse files Browse the repository at this point in the history
fixed another typo
  • Loading branch information
aadwyer authored May 16, 2023
2 parents 8dc17c6 + bfb1ec5 commit 379a7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/designs/designs_pyx.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 379a7bb

Please sign in to comment.