Skip to content

Commit e94601a

Browse files
authored
Fix typos in flask_rest_api_tutorial
dependenices->dependencies documentaion->documentation and and->and
1 parent e1ea05e commit e94601a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

intermediate_source/flask_rest_api_tutorial.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Dependencies
4343
# ------------
4444
#
45-
# Install the required dependenices by running the following command:
45+
# Install the required dependencies by running the following command:
4646
#
4747
# ::
4848
#
@@ -53,7 +53,7 @@
5353
# Simple Web Server
5454
# -----------------
5555
#
56-
# Following is a simple webserver, taken from Flask's documentaion
56+
# Following is a simple webserver, taken from Flask's documentation
5757

5858

5959
from flask import Flask
@@ -335,7 +335,7 @@ def get_prediction(image_bytes):
335335
# Next steps
336336
# --------------
337337
#
338-
# The server we wrote is quite trivial and and may not do everything
338+
# The server we wrote is quite trivial and may not do everything
339339
# you need for your production application. So, here are some things you
340340
# can do to make it better:
341341
#

0 commit comments

Comments
 (0)