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

Commit

Permalink
Trac 15801: fixed typo in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nthiery committed Apr 14, 2014
1 parent cf847f8 commit fa60747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/categories/modules_with_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def _repr_(self):
sage: class FooBar(Parent):
....: def basis(self): return Family({1:"foo", 2:"bar"})
....: def base_ring(self): return QQ
sage: FooBar(category = ModulesWithBasis(QQ)
sage: FooBar(category = ModulesWithBasis(QQ))
Free module generated by [1, 2] over Rational Field
"""
if hasattr(self, "_name"):
Expand Down

0 comments on commit fa60747

Please sign in to comment.