Skip to content

Commit

Permalink
Fix grammar in window.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmorrow authored Oct 26, 2024
1 parent 87aeb2d commit c3b05a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reST/ref/window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
Event behavior if multiple Windows are created: When the close button is
pressed, a ``WINDOWCLOSE`` event is sent. You need to explicitly destroy
the window. Note that the event ``QUIT`` will only be sent if all Window
has been destroyed.
the window. Note that the event ``QUIT`` will only be sent if all Windows
have been destroyed.

.. code-block:: python
Expand Down

0 comments on commit c3b05a5

Please sign in to comment.