From 653a6fd443c237842d7a7069d929fb2892dbfe85 Mon Sep 17 00:00:00 2001 From: endolith Date: Tue, 25 Sep 2012 13:41:25 -0400 Subject: DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes --- numpy/matrixlib/defmatrix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/matrixlib/defmatrix.py') diff --git a/numpy/matrixlib/defmatrix.py b/numpy/matrixlib/defmatrix.py index f0299ee88..3ad4c826f 100644 --- a/numpy/matrixlib/defmatrix.py +++ b/numpy/matrixlib/defmatrix.py @@ -588,9 +588,9 @@ class matrix(N.ndarray): Parameters ---------- - axis: int, optional + axis : int, optional Axis along which logical OR is performed - out: ndarray, optional + out : ndarray, optional Output to existing array instead of creating new one, must have same shape as expected output -- cgit v1.2.1