Skip to content

Commit 6518324

Browse files
author
Doug Greiman
committed
Fix minor typos in comments
1 parent bd728f8 commit 6518324

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/gen_dockerfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_app_config(raw_config, base_image, config_file, source_dir):
7070
7171
We validate the user input for security and better error messages.
7272
73-
Consider, parsing a yaml file which has a string value where we
73+
Consider parsing a yaml file which has a string value where we
7474
expected a list. Python will happily use the string as a sequence
7575
of individual characters, at least for a while, leading to
7676
confusing results when it finally fails.
@@ -84,7 +84,7 @@ def get_app_config(raw_config, base_image, config_file, source_dir):
8484
raw_config (dict): deserialized app.yaml
8585
base_image (str): Docker image name to build on top of
8686
config_file (str): Path to user's app.yaml (might be <service>.yaml)
87-
source_dir (str): Directory container user's source code
87+
source_dir (str): Directory containing user's source code
8888
8989
Returns:
9090
AppConfig: valid configuration

0 commit comments

Comments
 (0)