Skip to content

Commit 526fe03

Browse files
authored
Fix the missing closing backticks in CONTRIBUTING (google-gemini#514)
The rendering is broken due to the missing closing backticks.
1 parent 8a96b86 commit 526fe03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ pytest
9393

9494
Or to debug, use:
9595

96-
```commandline
96+
```
9797
pip install nose2
9898
9999
nose2 --debugger
100+
```
100101

101102
### Type checking
102103

@@ -124,7 +125,6 @@ black .
124125
python docs/build_docs.py
125126
```
126127

127-
128128
[setup]: https://cloud.google.com/nodejs/docs/setup
129129
[projects]: https://console.cloud.google.com/project
130130
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing

0 commit comments

Comments
 (0)