From 34673493da93e56902648a12ce57ca38afebfd0e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 01:01:51 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/development/development.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/development/development.rst b/doc/development/development.rst index 71f3fb580d..30bf55dcab 100644 --- a/doc/development/development.rst +++ b/doc/development/development.rst @@ -202,10 +202,10 @@ This allows users to quickly understand the type of data that should be input in great_data: dict A dictionary of the processed data """ - -Note that in this example we demonstrate two other docstring conventions followed by SpikeInterface. First, that all string arguments should be presented -with double quotes. This is the same stylistic convention followed by Black and enforced by the pre-commit for the repo. Second, when a parameter is a + +Note that in this example we demonstrate two other docstring conventions followed by SpikeInterface. First, that all string arguments should be presented +with double quotes. This is the same stylistic convention followed by Black and enforced by the pre-commit for the repo. Second, when a parameter is a string with a limited number of values (e.g. :code:`mean` and :code:`median`), rather than give the type a value of :code:`str`, please list the possible strings so that the user knows what the options are.