fix(curriculum): fix typo from indentified to identified (#64957)

This commit is contained in:
Giftea ☕
2026-01-02 10:53:22 +01:00
committed by GitHub
parent fe1256b2d6
commit d39e4d29f4
@@ -7,7 +7,7 @@ dashedName: what-is-string-slicing-and-how-does-it-work
# --description--
In a previous lesson, you learned how each character in a string can be indentified by its index (starting from zero), and accessed using the bracket notation:
In a previous lesson, you learned how each character in a string can be identified by its index (starting from zero), and accessed using the bracket notation:
```python
my_str = "Hello world"