Skip to content

Commit 1be2e06

Browse files
simonrobr0x0r
authored andcommitted
Update debugging.md
Add missing title parameter to debug mode example
1 parent 391261c commit 1be2e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To debug Javascript, set the `debug` parameter of `start` to `True`
55
``` python
66
import webview
77

8-
webview.create_window('https://pywebview.flowrl.com/hello')
8+
webview.create_window('Woah dude!', 'https://pywebview.flowrl.com/hello')
99
webview.start(debug=True)
1010
```
1111

0 commit comments

Comments
 (0)