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

Commit 279f428

Browse files
author
Michael Jung
committed
Typo in doc
1 parent 8d7086a commit 279f428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/manifolds/section_module.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ class SectionModule(UniqueRepresentation, Parent):
124124
sage: z.display(phi_V.frame())
125125
zero = 0
126126
127-
The module `C^k(M;E)` coerces to any module of sections defined
128-
on a subdomain of `M`, for instance `C^k(U;E)`::
127+
The module `C^0(M;E)` coerces to any module of sections defined
128+
on a subdomain of `M`, for instance `C^0(U;E)`::
129129
130130
sage: C0_U.has_coerce_map_from(C0)
131131
True

0 commit comments

Comments
 (0)