From 6fee964fc8a447ba0f23374824371383e2320938 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Wed, 6 Mar 2024 15:46:09 -0500 Subject: [PATCH] fix docs --- src/superqt/utils/_errormsg_context.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/superqt/utils/_errormsg_context.py b/src/superqt/utils/_errormsg_context.py index 998c2ad2..efe58b80 100644 --- a/src/superqt/utils/_errormsg_context.py +++ b/src/superqt/utils/_errormsg_context.py @@ -65,8 +65,8 @@ class exceptions_as_dialog: exception : BaseException | None Will hold the exception instance if an exception was raised and caught. - Examplez - ------- + Examples + -------- ```python from qtpy.QtWidgets import QApplication from superqt.utils import exceptions_as_dialog