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

Commit

Permalink
Trac #26704: Add a mising Blankline after TESTS::.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Klein committed Nov 22, 2018
1 parent 34c80dc commit af1e030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/databases/oeis.py
Expand Up @@ -1838,6 +1838,7 @@ def __getitem__(self, x):
else return the `̀`x``-th item of ``self``.
TESTS::
sage: from sage.databases.oeis import FancyTuple
sage: t = ('é', 'è', 'à', 'ç')
sage: ft = FancyTuple(t)
Expand Down

0 comments on commit af1e030

Please sign in to comment.