summaryrefslogtreecommitdiff
path: root/DEV_README.txt
diff options
context:
space:
mode:
authorrgommers <ralf.gommers@googlemail.com>2010-10-08 22:59:44 +0800
committerrgommers <ralf.gommers@googlemail.com>2010-10-08 22:59:50 +0800
commita8441313359cd4ac0d4ce36f5a265304d25117b6 (patch)
tree814a75099b3147b3978e81d196f1cd67f8aa5f50 /DEV_README.txt
parent9950e72506bb5aea8e7044b6c466a60e4f74a371 (diff)
downloadnumpy-a8441313359cd4ac0d4ce36f5a265304d25117b6.tar.gz
DOC: Change mention of SVN to Git.
Diffstat (limited to 'DEV_README.txt')
-rw-r--r--DEV_README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEV_README.txt b/DEV_README.txt
index ae9b59fb6..65f84994c 100644
--- a/DEV_README.txt
+++ b/DEV_README.txt
@@ -3,7 +3,7 @@ available.
We have a few simple rules:
- * try hard to keep the SVN repository in a buildable state and to not
+ * try hard to keep the Git repository in a buildable state and to not
indiscriminately muck with what others have contributed.
* Simple changes (including bug fixes) and obvious improvements are
@@ -14,6 +14,6 @@ We have a few simple rules:
* Please add meaningful comments when you check changes in. These
comments form the basis of the change-log.
- * Add unit tests to excercise new code, and regression tests
+ * Add unit tests to exercise new code, and regression tests
whenever you fix a bug.