File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- .vscode
1
+ .vscode
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ def test_text_gen_text_only_prompt(self):
25
25
# [END text_gen_text_only_prompt]
26
26
```
27
27
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.
30
29
31
30
If you're contributing, please make sure that the code within region tags
32
31
follows best practices for example code: clear, complete, and concise.
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ This directory contains examples of working with the Gemini API using the
14
14
## Format code
15
15
16
16
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:
18
18
19
19
pyink .
You can’t perform that action at this time.
0 commit comments