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.
1 parent f230f27 commit d89102fCopy full SHA for d89102f
src/sage/combinat/diagram_algebras.py
@@ -3108,7 +3108,7 @@ def jucys_murphy_element(self, i):
3108
def potts_representation(self, y=None):
3109
r"""
3110
Return the :class:`PottsRepresentation` with magnetic field
3111
- direction ``Y`` of ``self``.
+ direction ``y`` of ``self``.
3112
3113
.. NOTE::
3114
@@ -3130,7 +3130,7 @@ def potts_representation(self, y=None):
3130
sage: PA.potts_representation()
3131
Traceback (most recent call last):
3132
...
3133
- ValueError: the partition algebra deformation parameter must
+ ValueError: the partition algebra deformation parameter must
3134
be a positive integer
3135
"""
3136
if self.order() not in ZZ and y is None:
0 commit comments