From 6776b2ff22987580ee59e655c64808e6ad5c4434 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Mon, 31 Jul 2017 17:01:06 -0400 Subject: [PATCH] Fix grammar --- docs/writing/documentation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/writing/documentation.rst b/docs/writing/documentation.rst index bdd39e13e..a91b86b90 100644 --- a/docs/writing/documentation.rst +++ b/docs/writing/documentation.rst @@ -205,8 +205,8 @@ more information about a function, what it does, any exceptions it may raise, what it returns, or relevant details about the parameters. For more detailed documentation of code a popular style is the one used for the -Numpy project, often called `Numpy style`_ docstrings. While it can take up a -few more lines the previous example, it allows the developer to include a lot +Numpy project, often called `Numpy style`_ docstrings. While it can take up more +lines than the previous example, it allows the developer to include a lot more information about a method, function, or class. :: def random_number_generator(arg1, arg2):