Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #27821: Fix a doctest in design_catalog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Klein committed May 13, 2019
1 parent 1e93e49 commit 138870c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/designs/design_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
sage: C = designs.best_known_covering_design_from_LJCR(7, 3, 2) # optional - internet
sage: C # optional - internet
(7,3,2)-covering design of size 7
(7, 3, 2)-covering design of size 7
Lower bound: 7
Method: lex covering
Submitted on: 1996-12-01 00:00:00
Expand Down

0 comments on commit 138870c

Please sign in to comment.