We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a686efe commit e1dfc8dCopy full SHA for e1dfc8d
1 file changed
arcade/window_commands.py
@@ -60,7 +60,7 @@ def get_window() -> Window:
60
"""Return a handle to the current window.
61
62
If no window exists, it will raise an exception you can
63
- handle as a :py:class:`RuntimeError`. Use :py:func:`have_window`
+ handle as a :py:class:`RuntimeError`. Use :py:func:`window_exists`
64
to prevent raising an exception.
65
66
Raises:
0 commit comments