We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d1ecf commit 898b97fCopy full SHA for 898b97f
1 file changed
dynamic_programming/arithmetic_slices.py
@@ -53,7 +53,7 @@ def numberofarithmeticslices(self, nums):
53
to check if they form an arithmetic pattern.
54
55
So at each step,
56
- we’re looking at a triplet ending at index `i`.
+ we are looking at a triplet ending at index `i`.
57
"""
58
59
return total
0 commit comments