Skip to content

Commit

Permalink
Fix window docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Starbuck5 committed Nov 2, 2024
1 parent 5e57805 commit 5ec1d20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reST/ref/window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
pygame.quit()
raise SystemExit
Event behavior if multiple ``Window``s are created: When the close button is
Event behavior if multiple ``Window``\ s 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``s
have been destroyed.
the window. Note that the event ``QUIT`` will only be sent if all
``Window``\ s have been destroyed.

.. code-block:: python
Expand Down

0 comments on commit 5ec1d20

Please sign in to comment.