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.
2 parents 686bb48 + 5ec1d20 commit b805e0fCopy full SHA for b805e0f
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