Skip to content

Commit bf65861

Browse files
committed
fix two oeis related doctests
1 parent dc99dc8 commit bf65861

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/doc/en/developer/coding_basics.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,9 +1302,7 @@ framework. Here is a comprehensive list:
13021302
For lines that require an internet connection::
13031303

13041304
sage: oeis(60843) # optional - internet
1305-
A060843: Busy Beaver problem: a(n) = maximal number of steps that an
1306-
n-state Turing machine can make on an initially blank tape before
1307-
eventually halting.
1305+
A060843: ...
13081306

13091307
- **known bugs:** For lines that describe known bugs, you can use ``# optional - bug``,
13101308
although ``# known bug`` is preferred.

src/sage/combinat/quickref.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
Integer Sequences::
55
66
sage: s = oeis([1,3,19,211]); s # optional - internet
7-
0: A000275: Coefficients of a Bessel function (reciprocal of J_0(z));
8-
also pairs of permutations with rise/rise forbidden.
7+
0: A000275: ...
98
sage: s[0].programs() # optional - internet
109
[('maple', ...),
1110
('mathematica', ...),

0 commit comments

Comments
 (0)