Skip to content

Commit 7114e8d

Browse files
Changed first doctest name. Will update all the others next.
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent 770b829 commit 7114e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/tuple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def unrank(self, i):
107107
108108
TESTS:
109109
110-
Verify that `unrank` is giving the correct result. ::
110+
Verify that :meth:`unrank` is giving the correct result::
111111
112112
sage: T = Tuples(range(4), 5)
113113
sage: all(T[i] == x for i,x in enumerate(T))

0 commit comments

Comments
 (0)