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

Commit

Permalink
Trac #30209: documentation improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jung committed Jul 28, 2020
1 parent 0e3cba0 commit 2dd78aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/manifolds/differentiable/bundle_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class BundleConnection(SageObject):
the connection 1-forms w.r.t. other frames for consistency reasons. To
avoid this behavior, :meth:`add_connection_form` must be used instead.
The bundle connection action certainly obeys the structure formulas for
The bundle connection action certainly obeys the defining formula for
the connection 1-forms::
sage: vframe = X.frame()
Expand All @@ -160,7 +160,7 @@ class BundleConnection(SageObject):
connection (2,2) of bundle connection nabla w.r.t. Local frame
(E|_M, (f_1,f_2)) = -x*z dx - y*z dy - z^2 dz
The new connection 1-forms obey the structure formula, too::
The new connection 1-forms obey the defining formula, too::
sage: all(nab(vframe[k], f[i]) == sum(nab[f, i, j](vframe[k])*f[j]
....: for j in E.irange())
Expand Down

0 comments on commit 2dd78aa

Please sign in to comment.