Skip to content

Commit 79086c2

Browse files
darijgrtscrim
andauthored
Apply Travis's doc corrections
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent cf7dda2 commit 79086c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/combinat/sf/kfpoly.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def KostkaFoulkesPolynomial(mu, nu, t=None):
3737
`\nu` is a partition of the same size.
3838
3939
The Kostka-Foulkes polynomial is defined to be the sum
40-
of the monomials `t^{\operatorname{charge}(T)` over all
40+
of the monomials `t^{\operatorname{charge}(T)}` over all
4141
semistandard tableaux `T` of shape `\lambda / \mu``,
4242
where `\operatorname{charge}(T)` denotes the charge
4343
of the reading word of `T`
@@ -53,7 +53,7 @@ def KostkaFoulkesPolynomial(mu, nu, t=None):
5353
5454
- the Kostka-Foulkes polynomial indexed by ``mu`` and ``nu`` and
5555
evaluated at the parameter ``t``. If ``t`` is ``None`` the resulting
56-
polynomial is in the polynomial ring `\ZZ['t']`.
56+
polynomial is in the polynomial ring `\ZZ[t]`.
5757
5858
EXAMPLES::
5959
@@ -146,7 +146,7 @@ def kfpoly(mu, nu, t=None):
146146
def kfpoly_skew(lamu, nu, t=None):
147147
r"""
148148
Return the Kostka-Foulkes polynomial `K_{\lambda / \mu, \nu}(t)`
149-
by summing `t^{\operatorname{charge}(T)` over all semistandard
149+
by summing `t^{\operatorname{charge}(T)}` over all semistandard
150150
tableaux `T` of shape `\lambda / \mu``.
151151
152152
INPUT:

0 commit comments

Comments
 (0)