summaryrefslogtreecommitdiff
path: root/doc/source/dev/gitwash/development_workflow.rst
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-05 22:24:34 +0200
committerPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 11:20:19 +0200
commit773e3cad9a71cb9a7849d8e251fb8a99ab35d06b (patch)
tree793dab9410558a21622d6e6b948d0491997cc54c /doc/source/dev/gitwash/development_workflow.rst
parentadc155e12648256eea754d1d53e8322e3ac19549 (diff)
downloadnumpy-773e3cad9a71cb9a7849d8e251fb8a99ab35d06b.tar.gz
change all non-code instances of Numpy to NumPy
Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986
Diffstat (limited to 'doc/source/dev/gitwash/development_workflow.rst')
-rw-r--r--doc/source/dev/gitwash/development_workflow.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/dev/gitwash/development_workflow.rst b/doc/source/dev/gitwash/development_workflow.rst
index b6b544455..b788a042c 100644
--- a/doc/source/dev/gitwash/development_workflow.rst
+++ b/doc/source/dev/gitwash/development_workflow.rst
@@ -470,10 +470,10 @@ backport.
Pushing changes to the main repo
================================
-*This is only relevant if you have commit rights to the main Numpy repo.*
+*This is only relevant if you have commit rights to the main NumPy repo.*
When you have a set of "ready" changes in a feature branch ready for
-Numpy's ``master`` or ``maintenance`` branches, you can push
+NumPy's ``master`` or ``maintenance`` branches, you can push
them to ``upstream`` as follows:
1. First, merge or rebase on the target branch.