Skip to content

Commit 6776b2f

Browse files
authored
Fix grammar
1 parent 1c52b55 commit 6776b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/writing/documentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ more information about a function, what it does, any exceptions it may raise,
205205
what it returns, or relevant details about the parameters.
206206

207207
For more detailed documentation of code a popular style is the one used for the
208-
Numpy project, often called `Numpy style`_ docstrings. While it can take up a
209-
few more lines the previous example, it allows the developer to include a lot
208+
Numpy project, often called `Numpy style`_ docstrings. While it can take up more
209+
lines than the previous example, it allows the developer to include a lot
210210
more information about a method, function, or class. ::
211211

212212
def random_number_generator(arg1, arg2):

0 commit comments

Comments
 (0)