summaryrefslogtreecommitdiff
path: root/doc/source/dev/development_workflow.rst
diff options
context:
space:
mode:
authorAlexander Kuhn-Regnier <ahf.kuhnregnier@gmail.com>2020-10-21 23:14:53 +0100
committerAlexander Kuhn-Regnier <ahf.kuhnregnier@gmail.com>2020-10-21 23:14:53 +0100
commit8bb56b7325beddb74ca08696bcc2d3c184047279 (patch)
treed67005e4fa512b898ea7ee3d0afc8b9ebfb11444 /doc/source/dev/development_workflow.rst
parent04934769d5d667404dd311256632618a13625e91 (diff)
downloadnumpy-8bb56b7325beddb74ca08696bcc2d3c184047279.tar.gz
DOC: Fix typos (general documentation)
Diffstat (limited to 'doc/source/dev/development_workflow.rst')
-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 1665cfddb..34535b2f5 100644
--- a/doc/source/dev/development_workflow.rst
+++ b/doc/source/dev/development_workflow.rst
@@ -309,7 +309,7 @@ Rewriting commit history
Do this only for your own feature branches.
-There's an embarrassing typo in a commit you made? Or perhaps the you
+There's an embarrassing typo in a commit you made? Or perhaps you
made several false starts you would like the posterity not to see.
This can be done via *interactive rebasing*.