Skip to content

Commit

Permalink
Merge pull request #3205 from Starbuck5/fix-window-docs
Browse files Browse the repository at this point in the history
Fix window docs
  • Loading branch information
oddbookworm authored Nov 2, 2024
2 parents 686bb48 + 5ec1d20 commit b805e0f
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 b805e0f

Please sign in to comment.