Skip to content

Commit e7167e0

Browse files
committed
Regen docs without renaming.
1 parent 2733685 commit e7167e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_c/doc/window_doc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define DOC_WINDOW_POSITION "position -> (int, int) or WINDOWPOS_CENTERED or WINDOWPOS_UNDEFINED\nGet or set the window position in screen coordinates"
1818
#define DOC_WINDOW_OPACITY "opacity -> float\nGet or set the window opacity, between 0.0 (fully transparent) and 1.0 (fully opaque)"
1919
#define DOC_WINDOW_OPENGL "opengl -> bool\nGet if the window supports OpenGL"
20-
#define DOC_WINDOW_UTILITY "utility -> bool\nGet if the windos is an utility window"
20+
#define DOC_WINDOW_UTILITY "utility -> bool\nGet if the windos is an utility window (**read-only**)"
2121
#define DOC_WINDOW_FROMDISPLAYMODULE "from_display_module() -> Window\nCreate a Window object using window data from display module"
2222
#define DOC_WINDOW_GETSURFACE "get_surface() -> Surface\nGet the window surface"
2323
#define DOC_WINDOW_FLIP "flip() -> None\nUpdate the display surface to the window."

0 commit comments

Comments
 (0)