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

Commit ac1bf2c

Browse files
committed
Tweak to module docstring of indexed_element.pyx.
1 parent 958359f commit ac1bf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/modules/with_basis/indexed_element.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ An element in an indexed free module
55
AUTHORS:
66
77
- Travis Scrimshaw (03-2017): Moved code from :mod:`sage.combinat.free_module`.
8-
- Travis Scrimshaw (29-08-2022): Implemented an idempotent copy.
8+
- Travis Scrimshaw (29-08-2022): Implemented ``copy`` as the identity map.
99
"""
1010

1111
#*****************************************************************************

0 commit comments

Comments
 (0)