From 22d468bc55e385f8ca200509d2e8fff1ca77e39e Mon Sep 17 00:00:00 2001 From: Wolfgang Merkt <w.merkt@gmail.com> Date: Thu, 8 Dec 2022 16:02:21 +0000 Subject: [PATCH] Typo --- python/example_robot_data/robots_loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/example_robot_data/robots_loader.py b/python/example_robot_data/robots_loader.py index 4785ad2..23b17a1 100644 --- a/python/example_robot_data/robots_loader.py +++ b/python/example_robot_data/robots_loader.py @@ -541,7 +541,7 @@ ROBOTS = { def loader(name, display=False, rootNodeName=""): - """Load a robot by its name, and optionnaly display it in a viewer.""" + """Load a robot by its name, and optionally display it in a viewer.""" if name not in ROBOTS: robots = ", ".join(sorted(ROBOTS.keys())) raise ValueError( -- GitLab