Skip to content

Commit 7eed904

Browse files
committed
Update always_on_top doc
1 parent 020f6d0 commit 7eed904

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
@@ -42,8 +42,8 @@
4242
:param bool allow_highdpi: Create a window in high-DPI mode if supported.
4343
:param bool mouse_capture: Create a window that has the mouse captured
4444
(unrelated to INPUT_GRABBED).
45-
:param bool always_on_top: Create a window that is always on top
46-
(X11 only).
45+
:param bool always_on_top: Create a window that is always presented above
46+
others.
4747

4848
.. versionadded:: 2.4.0
4949

0 commit comments

Comments
 (0)