We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e57805 commit 5ec1d20Copy full SHA for 5ec1d20
docs/reST/ref/window.rst
@@ -59,10 +59,10 @@
59
pygame.quit()
60
raise SystemExit
61
62
- 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
63
pressed, a ``WINDOWCLOSE`` event is sent. You need to explicitly destroy
64
- the window. Note that the event ``QUIT`` will only be sent if all ``Window``s
65
- have been destroyed.
+ the window. Note that the event ``QUIT`` will only be sent if all
+ ``Window``\ s have been destroyed.
66
67
.. code-block:: python
68
0 commit comments