From 7b8d545fa107305b98b61df673204cfd9da58f74 Mon Sep 17 00:00:00 2001 From: Nicolas Rougier Date: Tue, 27 May 2014 07:03:04 +0200 Subject: [PATCH] Typo --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9ddda98..a73c5db 100644 --- a/README.rst +++ b/README.rst @@ -101,9 +101,9 @@ Neophyte 10. Declare a 10x10x10 array with random values - .. code:: python + .. code:: python - Z = np.random.random((10,10,10)) + Z = np.random.random((10,10,10)) Novice ======