mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-11-04 10:38:10 +08:00 
			
		
		
		
	Fix argmax returns documentation (#263)
This commit is contained in:
		@@ -2129,7 +2129,7 @@ void init_ops(py::module_& m) {
 | 
			
		||||
              singleton dimensions, defaults to `False`.
 | 
			
		||||
 | 
			
		||||
        Returns:
 | 
			
		||||
            array: The output array with the indices of the minimum values.
 | 
			
		||||
            array: The output array with the indices of the maximum values.
 | 
			
		||||
      )pbdoc");
 | 
			
		||||
  m.def(
 | 
			
		||||
      "sort",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user