Skip to content

Commit

Permalink
Fix a couple of strays
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed Feb 8, 2023
1 parent 27cdf3e commit d5e4378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/databases/oeis.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ def _imaginary_entry(self, ident='A999999', keywords=''):
'%D ' + ident + ' Lewis Carroll, The Hunting of the Snark.\n'
'%D ' + ident + ' Deep Thought, The Answer to the Ultimate Question of Life, The Universe, and Everything.\n'
'%H ' + ident + ' Wikipedia, <a href="https://en.wikipedia.org/wiki/42_(number)">42 (number)</a>\n'
'%H ' + ident + ' See. also <a href="/sagemath/sage/issues/sage_trac/ticket/42">trac ticket #42</a>\n'
'%H ' + ident + ' See. also <a href="/sagemath/sage/issues/42">trac ticket #42</a>\n'
'%H ' + ident + ' Do not confuse with the sequence <a href="/A000042">A000042</a> or the sequence <a href="/A000024">A000024</a>\n'
'%H ' + ident + ' The string http://42.com is not a link.\n'
'%F ' + ident + ' For n big enough, s(n+1) - s(n) = 0.\n'
Expand Down Expand Up @@ -1556,7 +1556,7 @@ def links(self, browse=None, format='guess'):
sage: HTML = s.links(format="html"); HTML
0: Wikipedia, <a href="https://en.wikipedia.org/wiki/42_(number)">42 (number)</a>
1: See. also <a href="/sagemath/sage/issues/sage_trac/ticket/42">trac ticket #42</a>
1: See. also <a href="/sagemath/sage/issues/42">trac ticket #42</a>
...
sage: type(HTML)
<class 'sage.misc.html.HtmlFragment'>
Expand Down

0 comments on commit d5e4378

Please sign in to comment.