Skip to content

Commit 87140db

Browse files
committed
fix detail
1 parent 22a46ae commit 87140db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/words/word_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def __init__(self, p, q, alphabet=(0,1), algorithm='cf'):
228228

229229
def markoff_number(self):
230230
r"""
231-
Returns the Markoff number associated to the Christoffel word ``self``.
231+
Return the Markoff number associated to the Christoffel word ``self``.
232232
233233
The *Markoff number* of a Christoffel word `w` is `trace(M(w))/3`,
234234
where `M(w)` is the `2\times 2` matrix obtained by applying the

0 commit comments

Comments
 (0)