Skip to content

Commit 55e5c2a

Browse files
mantepsetscrim
andauthored
add forgotten "and"
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent 562b414 commit 55e5c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/partition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2574,7 +2574,7 @@ def glaisher_franklin_inverse(self, s):
25742574
The map is inverse to :meth:`glaisher_franklin`::
25752575
25762576
sage: all(mu.glaisher_franklin(s).glaisher_franklin_inverse(s) == mu
2577-
....: mu.glaisher_franklin_inverse(s).glaisher_franklin(s) == mu
2577+
....: and mu.glaisher_franklin_inverse(s).glaisher_franklin(s) == mu
25782578
....: for n in range(20) for mu in Partitions(n)
25792579
....: for s in range(1, 5))
25802580
True

0 commit comments

Comments
 (0)