Skip to content

Commit b805e0f

Browse files
authored
Merge pull request #3205 from Starbuck5/fix-window-docs
Fix window docs
2 parents 686bb48 + 5ec1d20 commit b805e0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reST/ref/window.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
pygame.quit()
6060
raise SystemExit
6161
62-
Event behavior if multiple ``Window``s are created: When the close button is
62+
Event behavior if multiple ``Window``\ s are created: When the close button is
6363
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.
64+
the window. Note that the event ``QUIT`` will only be sent if all
65+
``Window``\ s have been destroyed.
6666

6767
.. code-block:: python
6868

0 commit comments

Comments
 (0)