Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjasa authored Aug 23, 2023
1 parent 1aca42a commit 3a52e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dymos/trajectory/trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ def link_phases(self, phases, vars=None, locs=('final', 'initial'), connected=Fa
phases : sequence of str
The names of the phases in this trajectory to be sequentially linked.
vars : sequence of str
The variables in the phases to be linked, or '*'. Providing '*' will time and all
The variables in the phases to be linked, or '*'. Providing '*' will link time and all
states. Linking control values or rates requires them to be listed explicitly.
locs : tuple of str
A two-element tuple of a location specification. For every pair in
Expand Down

0 comments on commit 3a52e32

Please sign in to comment.