diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2007-03-16 12:53:05 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2007-03-16 12:53:05 +0000 |
commit | 7af974d6b24945f2e4f31c42781a89cc168d6dfa (patch) | |
tree | dab29da7f443f18626ff61bc8e0e1e86b5567715 /numpy/lib/index_tricks.py | |
parent | acbc1b673082d52d7552bd5b6b2b2973d0e0ab5b (diff) | |
download | numpy-7af974d6b24945f2e4f31c42781a89cc168d6dfa.tar.gz |
Remove invalid part of r_ docstring.
Diffstat (limited to 'numpy/lib/index_tricks.py')
-rw-r--r-- | numpy/lib/index_tricks.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py index 5568634e5..a59ce34b4 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -327,8 +327,6 @@ r_ = r_class() class c_class(concatenator): """Translates slice objects to concatenation along the second axis. - - This is equivalent to r_['-1,2,0',...] """ def __init__(self): concatenator.__init__(self, -1, ndmin=2, trans1d=0) |