From 7cfb3eab026a55572895da7e759752e8051c9f18 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 16 Oct 2023 19:30:51 +0900 Subject: [PATCH] Fix typo in scene_base.py arbitary -> arbitrary --- omnigibson/scenes/scene_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnigibson/scenes/scene_base.py b/omnigibson/scenes/scene_base.py index 296814f6f..e166f9402 100644 --- a/omnigibson/scenes/scene_base.py +++ b/omnigibson/scenes/scene_base.py @@ -31,7 +31,7 @@ class Scene(Serializable, Registerable, Recreatable, ABC): """ Base class for all Scene objects. - Contains the base functionalities for an arbitary scene with an arbitrary set of added objects + Contains the base functionalities for an arbitrary scene with an arbitrary set of added objects """ def __init__( self,