Skip to content

Commit 089931a

Browse files
committed
Fixing doc issue.
1 parent 6615954 commit 089931a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/combinat/specht_module.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,8 @@ def bilinear_form(self, u, v):
586586
The natural bilinear form is given by defining the tabloid basis
587587
to be orthonormal.
588588
589+
EXAMPLES::
590+
589591
sage: SGA = SymmetricGroupAlgebra(QQ, 5)
590592
sage: TM = SGA.tabloid_module([2,2,1])
591593
sage: u = TM.an_element(); u

0 commit comments

Comments
 (0)