Skip to content

Commit 898b97f

Browse files
committed
Update arithmetic_slices.py
1 parent 88d1ecf commit 898b97f

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
So at each step,
56-
we’re looking at a triplet ending at index `i`.
56+
we are looking at a triplet ending at index `i`.
5757
"""
5858

5959
return total

0 commit comments

Comments
 (0)