Skip to content

Commit 046fb3e

Browse files
authored
chore: fix typos (GoogleCloudPlatform#6651)
## Description Updates to samples for App Engine, Cloud SQL, IOT, Memory Store, Workflows, Cloud Build. ## Checklist - [x] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md) - [x] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#readme-file) - [x] Please **merge** this PR for me once it is approved.
1 parent ee41415 commit 046fb3e

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

AUTHORING_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Sample Authoring Guide
22

33
We're happy you want to write a Python sample! Like a lot of Pythonistas,
4-
we're opinioned and fussy. This guide is a reference for the format and
4+
we're opinionated and fussy. This guide is a reference for the format and
55
style expected of samples contributed to the
66
[python-docs-samples](https://github.com/GoogleCloudPlatform/python-docs-samples)
77
repo. The guidelines below are intended to ensure that all Python samples

appengine/flexible/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ scaffolding for other frameworks and use cases.
1212

1313
## Run Locally
1414

15-
Some samples have specific instructions. If there is a README in the sample folder, pleaese refer to it for any additional steps required to run the sample.
15+
Some samples have specific instructions. If there is a README in the sample folder, please refer to it for any additional steps required to run the sample.
1616

1717
In general, the samples typically require:
1818

appengine/standard/i18n/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This command creates a `locales/messages.pot` file in the `locales`
6262
directory which contains all the string found in your Python code and
6363
Jinja2 templates.
6464

65-
Since the babel configration file `main.mapping` contains a reference
65+
Since the babel configuration file `main.mapping` contains a reference
6666
to `jinja2.ext.babel_extract` helper function which is provided by
6767
jinja2 distribution bundled with the App Engine SDK, you need to add a
6868
PYTHONPATH environment variable pointing to the jinja2 directory in

cloud-sql/sql-server/client-side-encryption/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Start-Process -filepath "C:\<path to proxy exe>" -ArgumentList "-instances=<proj
8080

8181
### Install requirements
8282

83-
Next, setup install the requirements into a virtual enviroment:
83+
Next, setup install the requirements into a virtual environment:
8484
```bash
8585
virtualenv --python python3 env
8686
source env/bin/activate

iot/api-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ or by using the helper script in the /scripts folder.
3737
--public-key path=rsa_cert.pem,type=rs256
3838

3939
7. Connect a sample device using the sample app in the `mqtt_example` folder.
40-
8. Learn how to manage devices programatically with the sample app in the
40+
8. Learn how to manage devices programmatically with the sample app in the
4141
`manager` folder.
4242

memorystore/redis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Getting started with Googe Cloud Memorystore
1+
# Getting started with Google Cloud Memorystore
22
Simple HTTP server example to demonstrate connecting to [Google Cloud Memorystore](https://cloud.google.com/memorystore/docs/redis).
33
This sample uses the [redis-py client](https://github.com/andymccurdy/redis-py).
44

run/deployment-previews/cloudbuild-configurations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deployment Preview Cloud Build Configuration
22

3-
These configuations aren't used by this repo itself, but are configurations required to use the code in this repo.
3+
These configurations aren't used by this repo itself, but are configurations required to use the code in this repo.
44

55
* [cloudbuild.yaml](cloudbuild.yaml) - for main branch pushes
66
* [cloudbuild-preview.yaml](cloudbuild-preview.yaml) - for GitHub Pull Requests

workflows/cloud-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You may want to refer to the [`Python Development Environment Setup Guide`][setu
4646
["Wednesday","Wednesday Night Wars","Wednesday 13","Wednesday Addams","Wednesday Campanella","Wednesdayite","Wednesday Martin","Wednesday Campanella discography","Wednesday Night Hockey (American TV program)","Wednesday Morning, 3 A.M."]
4747
```
4848

49-
[prereq]: ../README.md#prerequisities
49+
[prereq]: ../README.md#prerequisites
5050
[setup]: https://cloud.google.com/python/setup
5151
[pip]: https://pip.pypa.io/
5252
[virtualenv]: https://virtualenv.pypa.io/

0 commit comments

Comments
 (0)