Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/python/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ docker ps
## Step Two: Exposing the ports
If you try to access the web server on [http://localhost:8080](http://localhost:8080) you
will see that you can not actually access the server. Despite it running, the service
is not exposed. To do this, you need to add am annotation to supply the
is not exposed. To do this, you need to add an annotation to supply the
port(s) to expose.

The code snippet to add is:
Expand Down