Skip to content

Commit a7d22e6

Browse files
author
Release Manager
committed
sagemathgh-40551: add missing double colon Sphinx needs a double colon befor an indented block (of example code). URL: sagemath#40551 Reported by: Martin Rubey Reviewer(s): David Coudert
2 parents 744fab2 + d6447ee commit a7d22e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/free_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def _element_constructor_(self, x):
672672
sage: F = CombinatorialFreeModule(QQ,[0,1])
673673
674674
Is ``0`` the zero of the base ring, or the index of a basis
675-
element? I.e. should the result be ``0`` or ``B[0]``?
675+
element? I.e. should the result be ``0`` or ``B[0]``?::
676676
677677
sage: F = CombinatorialFreeModule(QQ,[0,1])
678678
sage: F(0) # this feature may eventually disappear

0 commit comments

Comments
 (0)