Skip to content

Commit b9b8743

Browse files
committed
33969: fix typo
1 parent ea8c7d4 commit b9b8743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/sage/knots/knotinfo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ def conway_polynomial(self, var='t', original=False):
16921692
def khovanov_polynomial(self, var1='q', var2='t', base_ring=ZZ, original=False):
16931693
r"""
16941694
Return the Khovanov polynomial according to the value of column
1695-
``khovnov_polynomial`` for this knot or link as an instance of
1695+
``khovanov_polynomial`` for this knot or link as an instance of
16961696
:class:`~sage.rings.polynomial.laurent_polynomial.LaurentPolynomial_mpair`.
16971697
16981698
INPUT:

0 commit comments

Comments
 (0)