Skip to content

Commit

Permalink
Nitpicks.
Browse files Browse the repository at this point in the history
  • Loading branch information
gresm committed Nov 19, 2024
1 parent 9da9046 commit 2733685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/reST/ref/window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
(unrelated to INPUT_GRABBED).
:param bool always_on_top: Create a window that is always presented above
others.
:param bool utility: Create a window that doesn't appear in the task-bar.
:param bool utility: Create a window that doesn't appear in the task bar.

Event behavior if one Window is created: When the close button is pressed,
the ``QUIT`` event will be sent to the event queue.
Expand Down Expand Up @@ -292,11 +292,11 @@

.. attribute:: utility

| :sl:`Get if the windos is an utility window`
| :sl:`Get if the windos is an utility window (**read-only**)`
| :sg:`utility -> bool`
``True`` if the window doesn't appear in the task bar, ``False`` otherwise.
This only works for X11 and Windows, for other platforms, creating ``Window(utility=True)`` won't do anything.
This only works for X11 and Windows, for other platforms, creating ``Window(utility=True)`` won't change anything.

.. versionadded:: TBD

Expand Down
2 changes: 0 additions & 2 deletions test/window_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from math import trunc
from re import S
import unittest
import pygame
import os
Expand Down

0 comments on commit 2733685

Please sign in to comment.