From 6f5ae877c15da51861374bd0c85b8c74d85dfd1a Mon Sep 17 00:00:00 2001 From: ford-at-aws Date: Tue, 2 Jul 2024 17:23:41 -0400 Subject: [PATCH] fixing formatting for Python in READMEs --- python/example_code/auto-scaling/README.md | 2 +- python/example_code/ec2/README.md | 2 +- python/example_code/elastic-load-balancing/README.md | 2 +- python/example_code/keyspaces/README.md | 2 +- python/example_code/lookoutvision/README.md | 2 +- python/example_code/medical-imaging/README.md | 2 +- python/example_code/redshift/README.md | 2 +- python/example_code/s3/README.md | 2 +- python/example_code/ssm/README.md | 2 +- python/example_code/support/README.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/python/example_code/auto-scaling/README.md b/python/example_code/auto-scaling/README.md index efc71cde64e..67a115a258e 100644 --- a/python/example_code/auto-scaling/README.md +++ b/python/example_code/auto-scaling/README.md @@ -80,7 +80,7 @@ functions within the same service. This example shows you how to get started using Auto Scaling. ``` -python hello.py +python ``` diff --git a/python/example_code/ec2/README.md b/python/example_code/ec2/README.md index ff4cbceb860..cc548655b70 100644 --- a/python/example_code/ec2/README.md +++ b/python/example_code/ec2/README.md @@ -95,7 +95,7 @@ functions within the same service. This example shows you how to get started using Amazon EC2. ``` -python hello.py +python ``` diff --git a/python/example_code/elastic-load-balancing/README.md b/python/example_code/elastic-load-balancing/README.md index 1b82dd7bbd7..01500167aff 100644 --- a/python/example_code/elastic-load-balancing/README.md +++ b/python/example_code/elastic-load-balancing/README.md @@ -79,7 +79,7 @@ functions within the same service. This example shows you how to get started using Elastic Load Balancing. ``` -python hello.py +python ``` diff --git a/python/example_code/keyspaces/README.md b/python/example_code/keyspaces/README.md index f9ddc1f77d2..cbe5965fda8 100644 --- a/python/example_code/keyspaces/README.md +++ b/python/example_code/keyspaces/README.md @@ -78,7 +78,7 @@ functions within the same service. This example shows you how to get started using Amazon Keyspaces. ``` -python hello.py +python ``` diff --git a/python/example_code/lookoutvision/README.md b/python/example_code/lookoutvision/README.md index d22efde30e7..83f030b53d3 100644 --- a/python/example_code/lookoutvision/README.md +++ b/python/example_code/lookoutvision/README.md @@ -195,7 +195,7 @@ python export_datasets.py This example shows you how to get started using Lookout for Vision. ``` -python hello.py +python ``` diff --git a/python/example_code/medical-imaging/README.md b/python/example_code/medical-imaging/README.md index 1d91c6c05bf..5f55c53f14b 100644 --- a/python/example_code/medical-imaging/README.md +++ b/python/example_code/medical-imaging/README.md @@ -88,7 +88,7 @@ functions within the same service. This example shows you how to get started using HealthImaging. ``` -python imaging_set_and_frames_workflow/hello.py +python ``` diff --git a/python/example_code/redshift/README.md b/python/example_code/redshift/README.md index 689a5a5e30e..a26f6f74635 100644 --- a/python/example_code/redshift/README.md +++ b/python/example_code/redshift/README.md @@ -75,7 +75,7 @@ functions within the same service. This example shows you how to get started using Amazon Redshift. ``` -python hello.py +python ``` diff --git a/python/example_code/s3/README.md b/python/example_code/s3/README.md index 01de02c30a9..436ab95b8c5 100644 --- a/python/example_code/s3/README.md +++ b/python/example_code/s3/README.md @@ -103,7 +103,7 @@ Sample applications that work across multiple AWS services. This example shows you how to get started using Amazon S3. ``` -python s3_basics/hello.py +python ``` diff --git a/python/example_code/ssm/README.md b/python/example_code/ssm/README.md index 232ca9439f1..e11592fc9f1 100644 --- a/python/example_code/ssm/README.md +++ b/python/example_code/ssm/README.md @@ -79,7 +79,7 @@ functions within the same service. This example shows you how to get started using Systems Manager. ``` -python hello.py +python ``` diff --git a/python/example_code/support/README.md b/python/example_code/support/README.md index 5ee345d9003..ec9e02c8c31 100644 --- a/python/example_code/support/README.md +++ b/python/example_code/support/README.md @@ -78,7 +78,7 @@ functions within the same service. This example shows you how to get started using Support. ``` -python hello.py +python ```