| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b6100f0 commit ea1a3a7
7 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -84,7 +84,7 @@ update the translations by the following command: | |||
| 84 | 84 | ||
| 85 | 85 | $ pybabel update -l ja -d locales -i locales/messages.pot | |
| 86 | 86 | ||
| 87 | - Note: If you run `pybabel init` against an existant translations file, | ||
| 87 | + Note: If you run `pybabel init` against an existent translations file, | ||
| 88 | 88 | you will lose your translations. | |
| 89 | 89 | ||
| 90 | 90 | ||
@@ -114,7 +114,7 @@ the Python runtime. | |||
| 114 | 114 | For strings in Jinja2 templates, there is the `i18n_utils.BaseHandler` | |
| 115 | 115 | class from which you can extend in order to have a handy property | |
| 116 | 116 | named `jinja2_env` that lazily initializes Jinja2 environment for you | |
| 117 | - with the `jinja2.ext.i18n` extention, and similar to the | ||
| 117 | + with the `jinja2.ext.i18n` extension, and similar to the | ||
| 118 | 118 | `I18nMiddleware`, installs `gettext` and `ngettext` functions to the | |
| 119 | 119 | global namespace of the Jinja2 environment. | |
| 120 | 120 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -115,7 +115,7 @@ Then use this command to launch the proxy in the background: | |||
| 115 | 115 | ||
| 116 | 116 | ### Install requirements | |
| 117 | 117 | ||
| 118 | - Next, setup install the requirements into a virtual enviroment: | ||
| 118 | + Next, setup install the requirements into a virtual environment: | ||
| 119 | 119 | ```bash | |
| 120 | 120 | virtualenv --python python3 env | |
| 121 | 121 | source env/bin/activate | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -104,7 +104,7 @@ Then use this command to launch the proxy in the background: | |||
| 104 | 104 | ||
| 105 | 105 | ### Testing the application | |
| 106 | 106 | ||
| 107 | - Next, setup install the requirements into a virtual enviroment: | ||
| 107 | + Next, setup install the requirements into a virtual environment: | ||
| 108 | 108 | ```bash | |
| 109 | 109 | virtualenv --python python3 env | |
| 110 | 110 | source env/bin/activate | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -114,7 +114,7 @@ Then use this command to launch the proxy in the background: | |||
| 114 | 114 | ||
| 115 | 115 | ### Install requirements | |
| 116 | 116 | ||
| 117 | - Next, setup install the requirements into a virtual enviroment: | ||
| 117 | + Next, setup install the requirements into a virtual environment: | ||
| 118 | 118 | ```bash | |
| 119 | 119 | virtualenv --python python3 env | |
| 120 | 120 | source env/bin/activate | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -102,7 +102,7 @@ Then use this command to launch the proxy in the background: | |||
| 102 | 102 | ``` | |
| 103 | 103 | ||
| 104 | 104 | ### Testing the application | |
| 105 | - Next, setup install the requirements into a virtual enviroment: | ||
| 105 | + Next, setup install the requirements into a virtual environment: | ||
| 106 | 106 | ```bash | |
| 107 | 107 | virtualenv --python python3 env | |
| 108 | 108 | source env/bin/activate | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -211,7 +211,7 @@ print('Starting job {}'.format(load_job.job_id)) | |||
| 211 | 211 | load_job.result() # Waits for table load to complete. | |
| 212 | 212 | print('Job finished.') | |
| 213 | 213 | ||
| 214 | - # Retreive the destination table | ||
| 214 | + # Retrieve the destination table | ||
| 215 | 215 | destination_table = client.get_table(table_ref) | |
| 216 | 216 | print('Loaded {} rows.'.format(destination_table.num_rows)) | |
| 217 | 217 | ``` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,7 +48,7 @@ gcloud run deploy pubsub-tutorial --image gcr.io/${GOOGLE_CLOUD_PROJECT}/pubsub- | |||
| 48 | 48 | Cloud Run services can be [configured with Environment Variables](https://cloud.google.com/run/docs/configuring/environment-variables). | |
| 49 | 49 | Required variables for this sample include: | |
| 50 | 50 | ||
| 51 | - * `INPUT_BUCKET_NAME`: The Cloud Run service will be notified of images uploaded to this Cloud Storage bucket. The service will then retreive and process the image. | ||
| 51 | + * `INPUT_BUCKET_NAME`: The Cloud Run service will be notified of images uploaded to this Cloud Storage bucket. The service will then retrieve and process the image. | ||
| 52 | 52 | * `BLURRED_BUCKET_NAME`: The Cloud Run service will write blurred images to this Cloud Storage bucket. | |
| 53 | 53 | ||
| 54 | 54 | ## Maintenance Note | |
| Back | FazBrowse Home | New Git URL |
0 commit comments