From 9a7eec24e349e113dfc6ad0cc94e35cdf25ea3a3 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 18 Mar 2018 09:15:54 +0000 Subject: [PATCH] Fix typo in tutorial --- tutorials/python/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/python/tutorial.md b/tutorials/python/tutorial.md index 2f0f486..7c6d115 100644 --- a/tutorials/python/tutorial.md +++ b/tutorials/python/tutorial.md @@ -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: