Skip to content

Commit

Permalink
fixing formatting for Python in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws committed Jul 2, 2024
1 parent f2a481f commit 6f5ae87
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion python/example_code/auto-scaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ functions within the same service.
This example shows you how to get started using Auto Scaling.

```
python hello.py
python
```


Expand Down
2 changes: 1 addition & 1 deletion python/example_code/ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ functions within the same service.
This example shows you how to get started using Amazon EC2.

```
python hello.py
python
```


Expand Down
2 changes: 1 addition & 1 deletion python/example_code/elastic-load-balancing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion python/example_code/keyspaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ functions within the same service.
This example shows you how to get started using Amazon Keyspaces.

```
python hello.py
python
```


Expand Down
2 changes: 1 addition & 1 deletion python/example_code/lookoutvision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ python export_datasets.py <project> <destination>
This example shows you how to get started using Lookout for Vision.

```
python hello.py
python
```


Expand Down
2 changes: 1 addition & 1 deletion python/example_code/medical-imaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion python/example_code/redshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ functions within the same service.
This example shows you how to get started using Amazon Redshift.

```
python hello.py
python
```


Expand Down
2 changes: 1 addition & 1 deletion python/example_code/s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion python/example_code/ssm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ functions within the same service.
This example shows you how to get started using Systems Manager.

```
python hello.py
python
```


Expand Down
2 changes: 1 addition & 1 deletion python/example_code/support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ functions within the same service.
This example shows you how to get started using Support.

```
python hello.py
python
```


Expand Down

0 comments on commit 6f5ae87

Please sign in to comment.