From 7efaf5c549358460f924a6c446c0282bd6b93c63 Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Thu, 20 Feb 2025 04:42:33 -0800 Subject: [PATCH] Improve docstring of `mjxmacro.py` PiperOrigin-RevId: 729058910 Change-Id: I3ae9c7c50facca3bfb08a317c2267b9d8672f207 --- python/mujoco/introspect/mjxmacro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mujoco/introspect/mjxmacro.py b/python/mujoco/introspect/mjxmacro.py index 9222c2c1..5bbc1321 100644 --- a/python/mujoco/introspect/mjxmacro.py +++ b/python/mujoco/introspect/mjxmacro.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== -"""Generate X macros for Mujoco structs.""" +"""Generate dicts corresponding to mjModel and mjData array X macros.""" from . import structs