Skip to content

Commit 61d5edd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cf8d7bb commit 61d5edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/arithmetic_slices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def numberofarithmeticslices(self, nums):
5353
to check if they form an arithmetic pattern.
5454
5555
<<<<<<< HEAD
56-
So at each step,
56+
So at each step,
5757
we are looking at a triplet ending at index `i`.
5858
=======
5959
So at each step,

0 commit comments

Comments
 (0)