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

Commit c23b9a4

Browse files
author
Matthias Koeppe
committed
Fix doc formatting
1 parent d293450 commit c23b9a4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/sage/modules/free_module.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,11 @@ def create_key(self, base_ring, rank, sparse=False, inner_product_matrix=None):
207207
sage: loads(dumps(RDF^3)) is RDF^3
208208
True
209209
210-
TODO: replace the above by ``TestSuite(...).run()``, once
211-
:meth:`_test_pickling` will test unique representation and not
212-
only equality.
210+
.. TODO::
211+
212+
Replace the above by ``TestSuite(...).run()``, once
213+
:meth:`_test_pickling` will test unique representation
214+
and not only equality.
213215
"""
214216
rank = int(sage.rings.integer.Integer(rank))
215217

0 commit comments

Comments
 (0)