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

Commit

Permalink
src/sage/modules/tutorial_free_modules.py: Fix doctest output
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 11, 2022
1 parent 57273ea commit 6ce669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/modules/tutorial_free_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
(2, 3)
sage: f.support()
[0, 1, 2]
SupportView({0: 2, 1: 2, 2: 3})
sage: f.monomials()
[a[0], a[1], a[2]]
sage: f.coefficients()
Expand Down

0 comments on commit 6ce669c

Please sign in to comment.