Skip to content

Commit 35f4593

Browse files
committed
fix typos
1 parent 4546c0b commit 35f4593

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.vscode
1+
.vscode

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ def test_text_gen_text_only_prompt(self):
2525
# [END text_gen_text_only_prompt]
2626
```
2727

28-
The API reference can then be configured to show the code between the region
29-
tags.
28+
The API reference can be configured to show the code between the region tags.
3029

3130
If you're contributing, please make sure that the code within region tags
3231
follows best practices for example code: clear, complete, and concise.

python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ This directory contains examples of working with the Gemini API using the
1414
## Format code
1515

1616
We use [pyink](https://pypi.org/project/pyink/) for code formatting. To format
17-
the all the files in this directory, run:
17+
the files in this directory, run:
1818

1919
pyink .

0 commit comments

Comments
 (0)