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

Commit

Permalink
trac #16766: we don t want designs.deprecated_function_alias
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed Aug 5, 2014
1 parent 49ae09d commit d626290
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sage/combinat/designs/design_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@
from sage.misc.superseded import deprecated_function_alias
BalancedIncompleteBlockDesign = deprecated_function_alias(16446,
balanced_incomplete_block_design)

# We don't want this to appear in designs.<tab>
del deprecated_function_alias

0 comments on commit d626290

Please sign in to comment.