We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f244a commit f0e9fb3Copy full SHA for f0e9fb3
docs/cheatsheet/manipulating-strings.md
@@ -295,7 +295,7 @@ An optional second argument to `rjust()` and `ljust()` will specify a fill chara
295
296
## The Count Method
297
298
-Counts the number of occurences of a given character or substring in the string it is applied to. Can be optionally provided start and end index.
+Counts the number of occurrences of a given character or substring in the string it is applied to. Can be optionally provided start and end index.
299
300
```python
301
>>> sentence = 'one sheep two sheep three sheep four'
0 commit comments