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

Commit

Permalink
Trac #29570: Strange typo fixed...
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jung committed Apr 28, 2020
1 parent 130ae3f commit bba21e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/tensor/modules/finite_rank_free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class :class:`~sage.modules.free_module.FreeModule_generic`
Ambient free module of rank 3 over the principal ideal domain Integer Ring
The main difference is that ``FreeModule`` returns a free module with a
distinguished basis, while ``FiniteRankFThinking about it, what about having the except AttributeError block do raise NotImplementedError? Sounds better than returning a random element... reeModule`` does not::
distinguished basis, while ``FiniteRankFreeModule`` does not::
sage: N.basis()
[
Expand Down

0 comments on commit bba21e1

Please sign in to comment.