Skip to content

Commit e1dfc8d

Browse files
committed
Fix doc naming
1 parent a686efe commit e1dfc8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arcade/window_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_window() -> Window:
6060
"""Return a handle to the current window.
6161
6262
If no window exists, it will raise an exception you can
63-
handle as a :py:class:`RuntimeError`. Use :py:func:`have_window`
63+
handle as a :py:class:`RuntimeError`. Use :py:func:`window_exists`
6464
to prevent raising an exception.
6565
6666
Raises:

0 commit comments

Comments
 (0)