diff --git a/doc/source/development/contributing_codebase.rst b/doc/source/development/contributing_codebase.rst index b619523b16eef..63554447f295e 100644 --- a/doc/source/development/contributing_codebase.rst +++ b/doc/source/development/contributing_codebase.rst @@ -25,7 +25,7 @@ contributing them to the project:: The script validates the doctests, formatting in docstrings, and imported modules. It is possible to run the checks independently by using the -parameters ``docstring``, ``code``, and ``doctests`` +parameters ``docstrings``, ``code``, and ``doctests`` (e.g. ``./ci/code_checks.sh doctests``). In addition, because a lot of people use our library, it is important that we