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

Commit

Permalink
#30473: fix doctest error in DiffMap.pullback
Browse files Browse the repository at this point in the history
  • Loading branch information
egourgoulhon committed Jul 5, 2021
1 parent f5d15d2 commit d87d09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/manifolds/differentiable/diff_map.py
Expand Up @@ -931,7 +931,7 @@ def pullback(self, tensor):
sage: F = M.diff_map(E, coord_functions={(Ct, polar): (1 + cos(t), t)})
sage: gM = F.pullback(g)
sage: gM.display()
(2*cos(t) + 2) dt*dt
(2*cos(t) + 2) dtdt
"""
from sage.manifolds.differentiable.tensorfield_paral import TensorFieldParal
Expand Down

0 comments on commit d87d09b

Please sign in to comment.