summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJason Grout <jason-github@creativetrax.com>2012-03-03 17:04:29 -0600
committerRalf Gommers <ralf.gommers@googlemail.com>2012-03-04 00:55:09 +0100
commit0b400cbe4bc80139d0fe88a327d4f7c3b75ecc0f (patch)
treedbf5fc34b315f225e6faa6b03ef7fcee67f85ecf /doc
parentf4dd54aa614b263950b7a57329eb0ab9a2f2eadf (diff)
downloadnumpy-0b400cbe4bc80139d0fe88a327d4f7c3b75ecc0f.tar.gz
Fix typo (all ready -> already)
Diffstat (limited to 'doc')
-rw-r--r--doc/TESTS.rst.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TESTS.rst.txt b/doc/TESTS.rst.txt
index 5ed83bc83..a192a32b7 100644
--- a/doc/TESTS.rst.txt
+++ b/doc/TESTS.rst.txt
@@ -238,7 +238,7 @@ in ``scipy/linalg/tests/``, the namespace will be created such that
Rather than keeping the code and the tests in the same directory, we
put all the tests for a given subpackage in a ``tests/``
-subdirectory. For our example, if it doesn't all ready exist you will
+subdirectory. For our example, if it doesn't already exist you will
need to create a ``tests/`` directory in ``scipy/xxx/``. So the path
for ``test_yyy.py`` is ``scipy/xxx/tests/test_yyy.py``.