From 0ee521147be3c3df1747d558fcf3774d5fca3469 Mon Sep 17 00:00:00 2001 From: Hanspeter Schaub Date: Wed, 6 Nov 2024 09:52:11 -0500 Subject: [PATCH] fix typo --- examples/scenarioRotatingPanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scenarioRotatingPanel.py b/examples/scenarioRotatingPanel.py index 7a31764773..77d8e0d8a1 100644 --- a/examples/scenarioRotatingPanel.py +++ b/examples/scenarioRotatingPanel.py @@ -20,7 +20,7 @@ Overview -------- -This scenario demonstrates how to set up a spacecraft spacecraft with rotating panel. A +This scenario demonstrates how to set up a spacecraft with rotating panel. A :ref:`coarseSunSensor` is then attached onto this panel such that it's bore-sight axis rotates with the panel. Further, the panel state message is connected to :ref:`simpleSolarPanel`.