From f1701a008b8bbf5cfd585d217b9e19b71d465cfb Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Thu, 25 Jul 2024 14:50:22 +0900 Subject: [PATCH] Typos --- src/viser/_gui_api.py | 2 +- src/viser/_scene_api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/viser/_gui_api.py b/src/viser/_gui_api.py index 1f59b254..16dcfebe 100644 --- a/src/viser/_gui_api.py +++ b/src/viser/_gui_api.py @@ -156,7 +156,7 @@ class GuiApi: """Interface for working with the 2D GUI in viser. Used by both our global server object, for sharing the same GUI elements - with all clients, and by invidividual client handles.""" + with all clients, and by individual client handles.""" _target_container_from_thread_id: dict[int, str] = {} """ID of container to put GUI elements into.""" diff --git a/src/viser/_scene_api.py b/src/viser/_scene_api.py index 844127bb..1debd19b 100644 --- a/src/viser/_scene_api.py +++ b/src/viser/_scene_api.py @@ -115,7 +115,7 @@ class SceneApi: """Interface for adding 3D primitives to the scene. Used by both our global server object, for sharing the same GUI elements - with all clients, and by invidividual client handles.""" + with all clients, and by individual client handles.""" def __init__( self,