Skip to content

Commit 99ca87f

Browse files
authored
Update README.md
1 parent 96c41bc commit 99ca87f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

python-isinstance/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# How Does `isinstance()` Work in Python?
1+
# What Does isinstance() Do in Python?
22

3-
This folder provides the code examples for the Real Python tutorial [How Does `isinstance()` Work in Python?](https://realpython.com/how-does-python-isinstance-work/).
3+
This folder provides the code examples for the Real Python tutorial [What Does isinstance() Do in Python?](https://realpython.com/what-does-isinstance-do-in-python/).
44

55
The `.py` files contain the code found in the tutorial.
66

77
When setting up your tutorial environment, make sure `balls.py`, `balls_v2.py`, and `player_iterables.py` are in your program folder. You'll need to import content from these to replicate the tutorial examples.
8-
9-

0 commit comments

Comments
 (0)