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

Commit cd3ca79

Browse files
author
Matthias Koeppe
committed
Update doctests for refined category of ScalarField
1 parent 1942c71 commit cd3ca79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/doc/en/thematic_tutorials/vector_calculus/vector_calc_advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The set `C^\infty(\mathbb{E}^3)` of all smooth scalar fields on
311311
sage: CE
312312
Algebra of differentiable scalar fields on the Euclidean space E^3
313313
sage: CE.category()
314-
Category of commutative algebras over Symbolic Ring
314+
Join of Category of commutative algebras over Symbolic Ring and Category of homsets of topological spaces
315315
sage: f in CE
316316
True
317317

src/doc/en/thematic_tutorials/vector_calculus/vector_calc_plane.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ on `\mathbb{E}^2`, `C^\infty(\mathbb{E}^2)`::
612612
sage: CE is XE.base_ring()
613613
True
614614
sage: CE.category()
615-
Category of commutative algebras over Symbolic Ring
615+
Join of Category of commutative algebras over Symbolic Ring and Category of homsets of topological spaces
616616
sage: rank(XE)
617617
2
618618

src/sage/manifolds/differentiable/scalarfield_algebra.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ class DiffScalarFieldAlgebra(ScalarFieldAlgebra):
9393
algebras over `\RR` (represented here by Sage's Symbolic Ring)::
9494
9595
sage: CM.category()
96-
Category of commutative algebras over Symbolic Ring
96+
Join of Category of commutative algebras over Symbolic Ring and Category of homsets of topological spaces
9797
sage: CM.base_ring()
9898
Symbolic Ring
9999
sage: CW.category()
100-
Category of commutative algebras over Symbolic Ring
100+
Join of Category of commutative algebras over Symbolic Ring and Category of homsets of topological spaces
101101
sage: CW.base_ring()
102102
Symbolic Ring
103103

0 commit comments

Comments
 (0)