Skip to content

Commit ab2a33e

Browse files
committed
Fixed sign links
1 parent 049f01d commit ab2a33e

File tree

1 file changed

+3
-4
lines changed
  • M2/Macaulay2/packages/Permutations/Documentation

1 file changed

+3
-4
lines changed

M2/Macaulay2/packages/Permutations/Documentation/mainDocs.m2

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ doc ///
415415
isEven p
416416
SeeAlso
417417
isOdd
418-
sign
418+
(sign, Permutation)
419419
///
420420

421421
-- isOdd
@@ -441,7 +441,7 @@ doc ///
441441
isOdd p
442442
SeeAlso
443443
isEven
444-
sign
444+
(sign, Permutation)
445445
///
446446

447447
-- isWellDefined
@@ -650,10 +650,9 @@ doc ///
650650
records
651651
///
652652

653-
-- sign
653+
-- (sign, Permutation)
654654
doc ///
655655
Key
656-
sign
657656
(sign, Permutation)
658657
Headline
659658
computes the sign of a permutation

0 commit comments

Comments
 (0)