We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 744fab2 + d6447ee commit a7d22e6Copy full SHA for a7d22e6
src/sage/combinat/free_module.py
@@ -672,7 +672,7 @@ def _element_constructor_(self, x):
672
sage: F = CombinatorialFreeModule(QQ,[0,1])
673
674
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]``?
+ element? I.e. should the result be ``0`` or ``B[0]``?::
676
677
678
sage: F(0) # this feature may eventually disappear
0 commit comments