From 267d925d25c850845ff5d4bdb466e94db78e6ece Mon Sep 17 00:00:00 2001 From: Jaana Dogan Date: Tue, 20 Aug 2024 18:24:32 -0700 Subject: [PATCH] Fix the missing closing backticks in CONTRIBUTING The rendering is broken due to the missing closing backticks. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9415df2a8..0e4179149 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,10 +93,11 @@ pytest Or to debug, use: -```commandline +``` pip install nose2 nose2 --debugger +``` ### Type checking @@ -124,7 +125,6 @@ black . python docs/build_docs.py ``` - [setup]: https://cloud.google.com/nodejs/docs/setup [projects]: https://console.cloud.google.com/project [billing]: https://support.google.com/cloud/answer/6293499#enable-billing