diff options
author | Mark Wiebe <mwwiebe@gmail.com> | 2011-03-10 18:34:35 -0800 |
---|---|---|
committer | Mark Wiebe <mwwiebe@gmail.com> | 2011-03-10 18:39:05 -0800 |
commit | 859c269b56e1b90c45e3f3ad2eb120e9d6a04a79 (patch) | |
tree | b18359c046d50dfd8ac86ad8ef2f01c1adbd96b2 /doc/source/reference/c-api.iterator.rst | |
parent | 9001b794b7bdb3ca06d56b311eaa1ca9896068ac (diff) | |
download | numpy-859c269b56e1b90c45e3f3ad2eb120e9d6a04a79.tar.gz |
DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo.
Diffstat (limited to 'doc/source/reference/c-api.iterator.rst')
-rw-r--r-- | doc/source/reference/c-api.iterator.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.iterator.rst b/doc/source/reference/c-api.iterator.rst index 610f5aa1b..5e88ee9d2 100644 --- a/doc/source/reference/c-api.iterator.rst +++ b/doc/source/reference/c-api.iterator.rst @@ -35,7 +35,7 @@ existing iterator should be replaceable with the new iterator without significant effort. In 1.6, the major exception to this is the neighborhood iterator, which does not have corresponding features in this iterator. -Here is a conversion table for which funcitons to use with the new iterator: +Here is a conversion table for which functions to use with the new iterator: ===================================== ============================================= *Iterator Functions* |