From 4382d525111f4e275e97f094f5d3a16763cc5f78 Mon Sep 17 00:00:00 2001 From: Sameera Shah Date: Thu, 20 Jun 2024 23:51:07 +0800 Subject: [PATCH] fixed grammatical error --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6594a2a..48b5903 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ pyenv shell 3.10.14 #use the newly installed version ``` - Check your installation by running `which python` which should output something along the lines of: + Check your installation by running `which python`. Output should be along the lines of: - for mise: `/Users/[user]/.local/share/mise/installs/python/3.10.14/bin/python` - for pyenv: `/Users/[user]/.pyenv/shims/python`