Skip to content

Commit c3b05a5

Browse files
authored
Fix grammar in window.rst
1 parent 87aeb2d commit c3b05a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reST/ref/window.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
6262
Event behavior if multiple Windows 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
65-
has been destroyed.
64+
the window. Note that the event ``QUIT`` will only be sent if all Windows
65+
have been destroyed.
6666

6767
.. code-block:: python
6868

0 commit comments

Comments
 (0)