summaryrefslogtreecommitdiff
path: root/doc/source/dev
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2023-04-26 05:27:56 +0300
committerGitHub <noreply@github.com>2023-04-26 05:27:56 +0300
commit59d8066eb29bcc8e89690d6d609c268885709f80 (patch)
treece93b8f4fa8818bb03401fd2e06403ec849be07d /doc/source/dev
parent6fc3affcc4192c9bd6161c89c5d6ab1413462207 (diff)
downloadnumpy-59d8066eb29bcc8e89690d6d609c268885709f80.tar.gz
Update doc/source/dev/development_workflow.rst
Co-authored-by: Matteo Raso <33975162+MatteoRaso@users.noreply.github.com>
Diffstat (limited to 'doc/source/dev')
-rw-r--r--doc/source/dev/development_workflow.rst2
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