From e2a8d5da320a041c55d278f18ffaa2faaf636d21 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Tue, 3 May 2022 17:05:08 -0700 Subject: [PATCH] Update glue/core/visual.py Co-authored-by: Derek Homeier --- glue/core/visual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glue/core/visual.py b/glue/core/visual.py index 8be898161..ace6f4ef7 100644 --- a/glue/core/visual.py +++ b/glue/core/visual.py @@ -19,7 +19,7 @@ class VisualAttributes(HasCallbackProperties): Parameters ---------- - parent : :class:`~PyQt5.api.qtcore.qobject`, optional + parent : `QObject`, optional The object that this visual attributes object is attached to. Default is `None`. color : `str`, optional A matplotlib color string. Default is set from :class:`~glue.config.SettingRegistry`.