Skip to content

Commit d6447ee

Browse files
authored
add missing double colon
1 parent 4a2dac0 commit d6447ee

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)