From 06f242a3a6b1cc00781d169a38329f78509a122d Mon Sep 17 00:00:00 2001
From: Pankaj Singh <98807258+pankajastro@users.noreply.github.com>
Date: Thu, 28 Nov 2024 02:18:51 +0530
Subject: [PATCH] [Docs] Remove extra ` char from docs (#1345)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Remove extra ` char from docs
**Before**
**After**
---
docs/contributing.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 53174ec3d..7263505e0 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -166,7 +166,7 @@ This will run the docs server in a virtual environment with the right dependenci
Building
________
-We use ```hatch``` to build the project. To build the project, run:
+We use ``hatch`` to build the project. To build the project, run:
.. code-block:: bash
@@ -183,7 +183,7 @@ We use GitHub actions to create and deploy new releases. To create a new release
hatch version minor
-```hatch``` will automatically update the version for you. Then, create a new release on GitHub with the new version. The release will be automatically deployed to PyPI.
+``hatch`` will automatically update the version for you. Then, create a new release on GitHub with the new version. The release will be automatically deployed to PyPI.
.. note::
You can update the version in a few different ways. Check out the `hatch docs `_ to learn more.