diff --git a/docs/reST/ref/window.rst b/docs/reST/ref/window.rst index 83b8191d15..d123f9e6d2 100644 --- a/docs/reST/ref/window.rst +++ b/docs/reST/ref/window.rst @@ -39,7 +39,7 @@ :param bool input_focus: Create a window with input focus. :param bool mouse_focus: Create a window with mouse focus. :param bool foreign: Marks a window not created by SDL. - :param bool allow_highdpi: Create a window in high-DPI mode if supported. + :param bool allow_high_dpi: Create a window in high-DPI mode if supported. :param bool mouse_capture: Create a window that has the mouse captured (unrelated to INPUT_GRABBED). :param bool always_on_top: Create a window that is always presented above