From bcd11237420ab1a54455624f9a251aeea757f997 Mon Sep 17 00:00:00 2001 From: Sourabh Singh Date: Thu, 3 Oct 2024 12:12:42 +0000 Subject: [PATCH] made formatting consistent --- src/python/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/CONTRIBUTING.md b/src/python/CONTRIBUTING.md index ed106380962..9e92b6679c5 100644 --- a/src/python/CONTRIBUTING.md +++ b/src/python/CONTRIBUTING.md @@ -63,11 +63,11 @@ Ready to dive in? We'll walk you through the entire process of making your firs bazel test --cache_test_results=no "//src/python/..." ``` * **Using Provided Scripts (Alternative):** - * **Install Python Modules:** + * Install Python Modules: ```bash ./tools/distrib/install_all_python_modules.sh ``` - * **Run Tooling Tests:** + * Run Tooling Tests: ```bash ./tools/distrib/run_python_tooling_tests.sh ```