Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos #6651

Merged
merged 1 commit into from
Sep 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AUTHORING_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Sample Authoring Guide

We're happy you want to write a Python sample! Like a lot of Pythonistas,
we're opinioned and fussy. This guide is a reference for the format and
we're opinionated and fussy. This guide is a reference for the format and
style expected of samples contributed to the
[python-docs-samples](https://github.com/GoogleCloudPlatform/python-docs-samples)
repo. The guidelines below are intended to ensure that all Python samples
Expand Down
2 changes: 1 addition & 1 deletion appengine/flexible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scaffolding for other frameworks and use cases.

## Run Locally

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.
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.

In general, the samples typically require:

Expand Down
2 changes: 1 addition & 1 deletion appengine/standard/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This command creates a `locales/messages.pot` file in the `locales`
directory which contains all the string found in your Python code and
Jinja2 templates.

Since the babel configration file `main.mapping` contains a reference
Since the babel configuration file `main.mapping` contains a reference
to `jinja2.ext.babel_extract` helper function which is provided by
jinja2 distribution bundled with the App Engine SDK, you need to add a
PYTHONPATH environment variable pointing to the jinja2 directory in
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/sql-server/client-side-encryption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Start-Process -filepath "C:\<path to proxy exe>" -ArgumentList "-instances=<proj

### Install requirements

Next, setup install the requirements into a virtual enviroment:
Next, setup install the requirements into a virtual environment:
```bash
virtualenv --python python3 env
source env/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ or by using the helper script in the /scripts folder.
--public-key path=rsa_cert.pem,type=rs256

7. Connect a sample device using the sample app in the `mqtt_example` folder.
8. Learn how to manage devices programatically with the sample app in the
8. Learn how to manage devices programmatically with the sample app in the
`manager` folder.

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deployment Preview Cloud Build Configuration

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

* [cloudbuild.yaml](cloudbuild.yaml) - for main branch pushes
* [cloudbuild-preview.yaml](cloudbuild-preview.yaml) - for GitHub Pull Requests
Expand Down
2 changes: 1 addition & 1 deletion workflows/cloud-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You may want to refer to the [`Python Development Environment Setup Guide`][setu
["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."]
```

[prereq]: ../README.md#prerequisities
[prereq]: ../README.md#prerequisites
[setup]: https://cloud.google.com/python/setup
[pip]: https://pip.pypa.io/
[virtualenv]: https://virtualenv.pypa.io/