From 6ba07b68a03c351b6ff63d1e7c17a8a16e7508b0 Mon Sep 17 00:00:00 2001 From: Travis Scrimshaw Date: Thu, 11 Apr 2024 14:39:41 +0900 Subject: [PATCH] Fixing lint/doc issue. --- src/sage/algebras/lie_algebras/representation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/algebras/lie_algebras/representation.py b/src/sage/algebras/lie_algebras/representation.py index 98f2e90fcfd..e4d7df8b838 100644 --- a/src/sage/algebras/lie_algebras/representation.py +++ b/src/sage/algebras/lie_algebras/representation.py @@ -908,7 +908,7 @@ def p_exponents(self): """ Return the `p`-exponents of ``self``. - Let `p` be the characteristic of the base ring of ``self`. + Let `p` be the characteristic of the base ring of ``self``. The `p`-*exponents* are the exponents `m_i` such that the `i`-th `p`-polynomial `f_i` is of degree `p^{m_i}`.