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

Commit 9ecd22a

Browse files
committed
Minor fix in the documentation of vector bundles
1 parent e2c535d commit 9ecd22a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/sage/manifolds/differentiable/vector_bundle.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,8 @@ def trivialization(self, coordinates='', names=None, calc_method=None):
932932
- ``'SR'``: Sage's default symbolic engine (Symbolic Ring)
933933
- ``'sympy'``: SymPy
934934
- ``None``: the current calculus method defined on the manifold is
935-
used (cf. :meth:`set_calculus_method`)
935+
used (cf.
936+
:meth:`~sage.manifolds.manifold.TopologicalManifold.set_calculus_method`)
936937
937938
The coordinates declared in the string ``coordinates`` are
938939
separated by ``' '`` (whitespace) and each coordinate has at most four

src/sage/manifolds/section.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ def __setitem__(self, args, value):
13751375
13761376
TESTS::
13771377
1378-
sage: M = Manifold(3, 'M', structure='top') # the 2-dimensional sphere S^3
1378+
sage: M = Manifold(3, 'M', structure='top') # the 3-dimensional sphere S^3
13791379
sage: U = M.open_subset('U') # complement of the North pole
13801380
sage: c_xyz.<x,y,z> = U.chart() # stereographic coordinates from the North pole
13811381
sage: V = M.open_subset('V') # complement of the South pole

0 commit comments

Comments
 (0)