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

Commit

Permalink
fix one doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Aug 23, 2022
1 parent 29190d3 commit bfa36e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ def _coerce_map_from_(self, R):
sage: S.has_coerce_map_from(S2)
False
sage: S.an_element()
2*B[0] # B[1] + 3*B[0] # B[-2] + 2*B[0] # B[0]
3*B[0] # B[-2] + 2*B[0] # B[0] + 2*B[0] # B[1]
sage: S2(S.an_element())
2*B[0] # B[0] + 2*B[0] # B[1] + 3*B[0] # B[2]
Expand Down

0 comments on commit bfa36e7

Please sign in to comment.