Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Jul 25, 2024
1 parent bf1a79f commit f1701a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/viser/_gui_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion src/viser/_scene_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f1701a0

Please sign in to comment.