diff options
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) |