Modify comment syntax error
This commit is contained in:
parent
cc66213e57
commit
08cd375108
14 changed files with 24 additions and 24 deletions
|
|
@ -7,7 +7,7 @@ A view function is the code you write to respond to requests to your
|
|||
application. Flask uses patterns to match the incoming request URL to
|
||||
the view that should handle it. The view returns data that Flask turns
|
||||
into an outgoing response. Flask can also go the other direction and
|
||||
generate a URL to a view based on its name and arguments.
|
||||
generate an URL to a view based on its name and arguments.
|
||||
|
||||
|
||||
Create a Blueprint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue