Skip to content

Commit

Permalink
Move SEE ALSO before EXAMPLES
Browse files Browse the repository at this point in the history
  • Loading branch information
skipgaribaldi authored Oct 2, 2024
1 parent a190248 commit b4eeff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/root_system/root_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,8 @@ def dual_coxeter_number(self):
The dual Coxeter number is equal to 1 plus the sum of the coefficients
of simple roots in the highest short root of the dual root system.
.. SEEALSO:: :meth:`~sage.combinat.root_system.cartan_type.CartanType_standard_finite.dual_coxeter_number`
EXAMPLES::
sage: rt = RootSystem(['C', 5])
Expand All @@ -827,8 +829,6 @@ def dual_coxeter_number(self):
Dual of root system of type ['C', 5]
sage: rt.dual.coxeter_number()
10
.. SEEALSO:: :meth:`~sage.combinat.root_system.cartan_type.CartanType_standard_finite.dual_coxeter_number`
"""
# Check if RootSystem is finite and irreducible
if not (self.is_finite() and self.is_irreducible()):
Expand Down

0 comments on commit b4eeff6

Please sign in to comment.