Skip to content

Commit

Permalink
fix some doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoudert committed Dec 27, 2023
1 parent 517bbcd commit ed94024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/databases/oeis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1043,11 +1043,11 @@ def natural_object(self):
::
sage: av = oeis('A087778'); av # optional -- internet
A087778: Decimal expansion ... Avogadro...
sage: av = oeis('A322578'); av # optional -- internet
A322578: Decimal expansion ... Avogadro...
sage: av.natural_object() # optional -- internet
6.022141000000000?e23
6.022140760000000?e23
::
Expand Down

0 comments on commit ed94024

Please sign in to comment.