From 1bd2d49ef378fb869d015cef32c3e44a4c03a8f0 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 8 Jan 2007 21:56:54 +0000 Subject: Whitespace cleanup. --- numpy/core/fromnumeric.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numpy/core/fromnumeric.py') diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index e153f6061..e80006a15 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -124,13 +124,13 @@ def sort(a, axis=-1, kind='quicksort', order=None): axis -- axis to be sorted (default -1). Can be None to indicate that a flattened and sorted array should - be returned (the array method does not support this). + be returned (the array method does not support this). kind -- sorting algorithm (default 'quicksort') Possible values: 'quicksort', 'mergesort', or 'heapsort'. order -- For an array with fields defined, this argument allows specification of which fields to compare first, second, etc. Not all fields need be specified. - + Returns: None. @@ -171,7 +171,7 @@ def argsort(a, axis=-1, kind='quicksort', order=None): axis -- axis to be indirectly sorted (default -1) Can be None to indicate return indices into the - flattened array. + flattened array. kind -- sorting algorithm (default 'quicksort') Possible values: 'quicksort', 'mergesort', or 'heapsort' order -- For an array with fields defined, this argument allows -- cgit v1.2.1