From 1ee9741164886ba048295fb5bf379ef3c4e08e4c Mon Sep 17 00:00:00 2001 From: John Jasa Date: Thu, 24 Aug 2023 07:26:20 -0500 Subject: [PATCH] Minor doc fix (#967) --- dymos/trajectory/trajectory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dymos/trajectory/trajectory.py b/dymos/trajectory/trajectory.py index 46ea5469c..957a0e936 100644 --- a/dymos/trajectory/trajectory.py +++ b/dymos/trajectory/trajectory.py @@ -1210,7 +1210,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