contributing.rst: Fix typo

This commit is contained in:
Christian Clauss 2024-10-16 20:42:11 +02:00 committed by GitHub
parent 7e2a41a46d
commit 7484b71b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -227,7 +227,7 @@ Releasing the theme
To release a new version of the theme, core team will take the following steps:
#. Install the required depedencies with ``pip install '.[dev]'``.
#. Install the required dependencies with ``pip install '.[dev]'``.
#. Bump the version by running ``bump2version [major|minor|patch|dev]``.
This will automatically increase the correct part(s) of the version number,
you do not need to specify the exact version number.