Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit d1a6b08

Browse files
author
Matthias Koeppe
committed
src/sage/categories/finite_enumerated_sets.py: EXAMPLE:: -> EXAMPLES::
1 parent fe5bb99 commit d1a6b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/categories/finite_enumerated_sets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def tuple(self):
221221
r"""
222222
Return a :class:`tuple`of the elements of ``self``.
223223
224-
EXAMPLE::
224+
EXAMPLES::
225225
226226
sage: C = FiniteEnumeratedSets().example()
227227
sage: C.tuple()

0 commit comments

Comments
 (0)