Skip to content

Commit 04c63e0

Browse files
authored
Merge pull request #166 from vinisalazar/ep02
Remove dead link from Episode 02
2 parents 0da9ef0 + 406b15c commit 04c63e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ True
424424
If you need to refer to a specific element (character) in a string,
425425
you can do so by specifying the index of the character in `[]`
426426
you can also use indexing to select a substring of the string. In Python,
427-
indexes begin with `0` (see [Index Operator: Working with the Characters of a String](http://www.interactivepython.org/courselib/static/thinkcspy/Strings/IndexOperatorWorkingwiththeCharactersofaString.html) for a visual).
427+
indexes begin with `0` (see [Strings and Character Data in Python: String Indexing](https://realpython.com/python-strings/#string-indexing) for a visual).
428428

429429
~~~
430430
myString = "The quick brown fox"

0 commit comments

Comments
 (0)