From 46d48e87484741bcba71acd306a7fc4c723f1c49 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Thu, 21 Feb 2013 21:58:29 +0100 Subject: [PATCH] grammar and wording tweaks for the scipy description --- docs/scenarios/scientific.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/scenarios/scientific.rst b/docs/scenarios/scientific.rst index 1beb8fb..2e73971 100644 --- a/docs/scenarios/scientific.rst +++ b/docs/scenarios/scientific.rst @@ -36,10 +36,10 @@ SciPy ----- `SciPy `_ is a library that uses Numpy for more mathematical -function. SciPy uses NumPy arrays as its basic data structure. SciPy comes with -modules for various commonly used tasks in scientific programing like linear -algebra, integration (calculus), ordinary differential equation solvers and -signal processing. +functions. SciPy uses NumPy arrays as the basic data structure. SciPy comes +with modules for various commonly used tasks in scientific programing, for +example: linear algebra, integration (calculus), ordinary differential equation +solvers and signal processing. Matplotlib ----------