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

Commit

Permalink
Revert "src/doc/en/thematic_tutorials/tutorial-implementing-algebraic…
Browse files Browse the repository at this point in the history
…-structures.rst: In subclassing example, import CombinatorialFreeModule"

This reverts commit 96f082a.
  • Loading branch information
Matthias Koeppe committed Aug 24, 2022
1 parent 2c6f7ee commit 165e6ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ with the simple command::
We reproduce the same, but by deriving a subclass of
:class:`CombinatorialFreeModule`::

sage: from sage.combinat.free_module import CombinatorialFreeModule
sage: class MyCyclicGroupModule(CombinatorialFreeModule):
....: """An absolutely minimal implementation of a module whose basis is a cyclic group"""
....: def __init__(self, R, n, *args, **kwargs):
Expand Down

0 comments on commit 165e6ff

Please sign in to comment.