Skip to content

Commit 6367f3a

Browse files
committed
Corrected Documentation of monsky_washnitzer.SpecialCubicQuotientRing.gens()
1 parent 766c7a0 commit 6367f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/schemes/hyperelliptic_curves/monsky_washnitzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def poly_ring(self):
572572

573573
def gens(self):
574574
"""
575-
Return a list [x, T] where x and T are the generators of the ring
575+
Return a tuple (x, T) where x and T are the generators of the ring
576576
(as element *of this ring*).
577577
578578
.. NOTE::

0 commit comments

Comments
 (0)