Skip to content

Commit 93d5fed

Browse files
tylerlumfbxiang
authored andcommitted
Fix typo from Conacts to Contacts
1 parent 28d8cf0 commit 93d5fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/py_package/utils/viewer/contact_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def build(self):
4040
scene = self.viewer.scene
4141

4242
if self.ui_window is None:
43-
self.ui_window = R.UIWindow().Label("Conacts").Pos(10, 10).Size(400, 400)
43+
self.ui_window = R.UIWindow().Label("Contacts").Pos(10, 10).Size(400, 400)
4444

4545
self.ui_window.remove_children()
4646
self.ui_window.append(R.UICheckbox().Label("Enabled").Bind(self, "enabled"))

0 commit comments

Comments
 (0)