Skip to content

Commit ca9878e

Browse files
authored
DOC: fix a typo "docstring" -> "docstrings" (#51169)
when using the "docstring" parameter I get an error: $ ./ci/code_checks.sh docstring Unknown command docstring. Usage: ./ci/code_checks.sh [code|doctests|docstrings|single-docs|notebooks]
1 parent 5c745bd commit ca9878e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/contributing_codebase.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ contributing them to the project::
2525

2626
The script validates the doctests, formatting in docstrings, and
2727
imported modules. It is possible to run the checks independently by using the
28-
parameters ``docstring``, ``code``, and ``doctests``
28+
parameters ``docstrings``, ``code``, and ``doctests``
2929
(e.g. ``./ci/code_checks.sh doctests``).
3030

3131
In addition, because a lot of people use our library, it is important that we

0 commit comments

Comments
 (0)