Remove extra line (#10749)

Co-authored-by: Jean-François B. <2589111+jfbu@users.noreply.github.com>
This commit is contained in:
Abdur-Rahmaan Janhangeer 2022-08-04 20:42:55 +04:00 committed by GitHub
parent b2fe07e1a1
commit 59056aa781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,8 +182,6 @@ tends to use more horizontal space. Google style tends to be easier to
read for short and simple docstrings, whereas NumPy style tends be easier
to read for long and in-depth docstrings.
The `Khan Academy`_ recommends using Google style.
The choice between styles is largely aesthetic, but the two styles should
not be mixed. Choose one style for your project and be consistent with it.