Skip to content

Commit d89102f

Browse files
authored
tiny details in Potts model
1 parent f230f27 commit d89102f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/combinat/diagram_algebras.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3108,7 +3108,7 @@ def jucys_murphy_element(self, i):
31083108
def potts_representation(self, y=None):
31093109
r"""
31103110
Return the :class:`PottsRepresentation` with magnetic field
3111-
direction ``Y`` of ``self``.
3111+
direction ``y`` of ``self``.
31123112
31133113
.. NOTE::
31143114
@@ -3130,7 +3130,7 @@ def potts_representation(self, y=None):
31303130
sage: PA.potts_representation()
31313131
Traceback (most recent call last):
31323132
...
3133-
ValueError: the partition algebra deformation parameter must
3133+
ValueError: the partition algebra deformation parameter must
31343134
be a positive integer
31353135
"""
31363136
if self.order() not in ZZ and y is None:

0 commit comments

Comments
 (0)