diff options
Diffstat (limited to 'doc/source/dev')
-rw-r--r-- | doc/source/dev/development_workflow.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/development_workflow.rst b/doc/source/dev/development_workflow.rst index 05c5bcc2f..9fa9c5809 100644 --- a/doc/source/dev/development_workflow.rst +++ b/doc/source/dev/development_workflow.rst @@ -231,7 +231,7 @@ fragments in your commit message: store the generated artifact for preview in each PR. This check will also run all the docstrings examples and verify their results. If you don't make documentation changes, but you make changes to a function's API, for example, - you may need to run these tests to very that the doctests are still valid. + you may need to run these tests to verify that the doctests are still valid. `See the configuration file for these checks. <https://github.com/numpy/numpy/blob/main/.circleci/config.yml>`__ * ``[skip cirrus]``: skip Cirrus jobs |