Skip to content

Commit 0eb8f1b

Browse files
committed
Reworded webview doc
1 parent 7df9f44 commit 0eb8f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/buildoptions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ You can use this with ``--bootstrap=webview``, or simply include the
100100
``webviewjni`` recipe in your ``--requirements``.
101101

102102
The webview bootstrap gui is, per the name, a WebView displaying a
103-
webpage, but this page is hosted on the device with Python. For
104-
instance, your Python code can start a webserver with a Flask
103+
webpage, but this page is hosted on the device via a Python
104+
webserver. For instance, your Python code can start a Flask
105105
application, and your app will display and allow the user to navigate
106106
this website.
107107

0 commit comments

Comments
 (0)