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

Commit

Permalink
Trac #30272: minor doctest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjungmath committed Jul 6, 2021
1 parent f1e7ef8 commit 91fc96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/manifolds/differentiable/mixed_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ class MixedForm(AlgebraElement):
sage: B = M.mixed_form(name='B')
sage: B[:] = [f, omega, eta]; B.display() # display names
B = f + omega + eta
sage: A.display_expansion() # display in coordinates
A = x + x*y dx + x*y^2 dx∧dy
sage: B.display_expansion() # display in coordinates
B = x + x*y dx + x*y^2 dx∧dy
sage: B[0]
Scalar field f on the 2-dimensional differentiable manifold M
sage: B[1]
Expand Down

0 comments on commit 91fc96f

Please sign in to comment.