Skip to content

Commit

Permalink
Merge pull request #1321 from Josef-Haupt/master
Browse files Browse the repository at this point in the history
Added missing param to doc
  • Loading branch information
r0x0r authored Mar 5, 2024
2 parents d898ca7 + f277868 commit d9f055c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webview/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,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.
Expand Down

0 comments on commit d9f055c

Please sign in to comment.