From f27786832c18685576dbe6ccebba79fb7d8a5245 Mon Sep 17 00:00:00 2001 From: Josef Haupt Date: Thu, 29 Feb 2024 12:15:41 +0100 Subject: [PATCH] Added missing param to doc --- webview/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webview/__init__.py b/webview/__init__.py index 323bc81a..1bfc8153 100755 --- a/webview/__init__.py +++ b/webview/__init__.py @@ -237,6 +237,7 @@ def create_window( program logic must be executed in a separate thread. :param title: Window title :param url: URL to load + :param html: HTML content to load :param width: window width. Default is 800px :param height: window height. Default is 600px :param screen: Screen to display the window on.