Skip to content

Commit a73137e

Browse files
committed
fix
1 parent 8581e13 commit a73137e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isotypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def getRowColumnPermutations(partition):
6767
each_col_permutation = [list(symmetric(i)) for i in conjugatePartition(partition)]
6868
return each_row_permutation,each_col_permutation
6969

70-
#If tableau is a standard young tableau (which this function does
70+
#If tableau is a Young tableau (which this function does
7171
#not check) then
7272
#return the corresponding young symmetrizer (a signed list of permutations)
7373
#as a list of tuples

0 commit comments

Comments
 (0)