Skip to content

Commit

Permalink
Language correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubhgupta committed Apr 13, 2021
1 parent 986e329 commit ddda931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ This is just a very simple script if you ignore PyWebIO, but using the input and

**Serve as web service**

The above BMI program will exit immediately after the calculation, you can use [`pywebio.start_server()`](https://pywebio.readthedocs.io/zh_CN/latest/platform.html#pywebio.platform.tornado.start_server) to publish the `bmi()` function as a web application:
The above BMI program will exit immediately after the calculation, you can use [`pywebio.start_server()`](https://pywebio.readthedocs.io/en/latest/platform.html#pywebio.platform.tornado.start_server) to publish the `bmi()` function as a web application:

```python
from pywebio import start_server
Expand Down

0 comments on commit ddda931

Please sign in to comment.