Skip to content

Commit 39d34c8

Browse files
authored
Fix typo (#186)
1 parent dfcf8dd commit 39d34c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ As we can see from the above, the interaction of PyWebIO has two parts: input an
327327
is blocking, a form will be displayed on the user's web browser when calling input function, the input function will
328328
not return until the user submits the form. The output function is used to output content to the browser in real time.
329329
The input and output behavior of PyWebIO is consistent with the console program. That's why we say PyWebIO turning the
330-
browser into a "rich text terminal". So you can write PyWebIO applications in script programing way.
330+
browser into a "rich text terminal". So you can write PyWebIO applications in script programming way.
331331

332332
In addition, PyWebIO also supports event callbacks: PyWebIO allows you to output some buttons and bind callbacks to them.
333333
The provided callback function will be executed when the button is clicked.

0 commit comments

Comments
 (0)