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

Commit

Permalink
fix another doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
darijgr committed Nov 6, 2014
1 parent b68e76b commit 103a503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/algebras/quantum_divided_power_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class UnivariateQuantumDividedPowerAlgebra(CombinatorialFreeModule):
sage: from sage.algebras.quantum_divided_power_algebra import UnivariateQuantumDividedPowerAlgebra
sage: A = UnivariateQuantumDividedPowerAlgebra(Zmod(9), Zmod(9)(2)); A
The quantum divided power algebra over Ring of integers modulo 9
with quantum parameter 1
The quantum divided power algebra over
Ring of integers modulo 9 with quantum parameter 2
If you want to implement an algebra which needs not be
imported in order to be called, you need to add a
Expand Down

0 comments on commit 103a503

Please sign in to comment.