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

Commit

Permalink
trac #16766: Broken doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed Aug 5, 2014
1 parent d626290 commit 8f9ee77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sage/combinat/designs/bibd.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This module gathers everything related to Balanced Incomplete Block Designs. One can build a
BIBD (or check that it can be built) with :func:`balanced_incomplete_block_design`::
sage: designs.balanced_incomplete_block_design(7,3)
sage: BIBD = designs.balanced_incomplete_block_design(7,3)
In particular, Sage can build a `(v,k,1)`-BIBD when one exists for all `k\leq
5`. The following functions are available:
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/designs/difference_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This module gathers everything related to difference families. One can build a
difference family (or check that it can be built) with :func:`difference_family`::
sage: OA = designs.difference_family(7,4,1)
sage: G,F = designs.difference_family(13,4,1)
It defines the following functions:
Expand Down

0 comments on commit 8f9ee77

Please sign in to comment.