From 7af974d6b24945f2e4f31c42781a89cc168d6dfa Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 16 Mar 2007 12:53:05 +0000 Subject: Remove invalid part of r_ docstring. --- numpy/lib/index_tricks.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/lib/index_tricks.py') 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) -- cgit v1.2.1