Skip to content

Commit 3c0d91f

Browse files
author
Xavier Caruso
committed
cosmetic
1 parent 344197d commit 3c0d91f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/functions/hypergeometric_algebraic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ def is_lucas(self):
14951495
# satisifies the p-Lucas equation, and not just any other root
14961496
# of the annihilating polynomial?
14971497
r"""
1498-
Returns whether this hypergeometric function has the ``p``-Lucas
1498+
Return whether this hypergeometric function has the ``p``-Lucas
14991499
property.
15001500
15011501
EXAMPLES::
@@ -1507,7 +1507,7 @@ def is_lucas(self):
15071507
True
15081508
sage: h = f % 17
15091509
sage: h.is_lucas()
1510-
False
1510+
False
15111511
"""
15121512
p = self._char
15131513
if self._parameters.frobenius_order(p) > 1:

0 commit comments

Comments
 (0)