Skip to content

Commit 554127e

Browse files
committed
Fix test in databases/all.py when Symbolic database is not installed
1 parent 6071665 commit 554127e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/databases/all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
sage: oeis
3535
The On-Line Encyclopedia of Integer Sequences (https://oeis.org/)
3636
37-
sage: SymbolicData()
37+
sage: SymbolicData() # optional - database_symbolic_data
3838
SymbolicData with ... ideals
3939
"""
4040

0 commit comments

Comments
 (0)