Fix some typos (#6113)

* Fix some typos.

* Update volume.py

Co-authored-by: John Law <johnlaw.po@gmail.com>
This commit is contained in:
Shuangchi He
2022-05-01 18:44:23 +08:00
committed by GitHub
parent a7e4b2326a
commit e1ec661d4e
5 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ algorithm which runs in nlogn and the brute-force n^2 algorithm.
def count_inversions_bf(arr):
"""
Counts the number of inversions using a a naive brute-force algorithm
Counts the number of inversions using a naive brute-force algorithm
Parameters
----------
arr: arr: array-like, the list containing the items for which the number