Skip to content

Commit e3326d4

Browse files
authored
Remove extra line in code block (Codecademy#503)
* Remove extra line in codeblock * Fix files * Update yarn.lock
1 parent 9ad2c75 commit e3326d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/python/concepts/data-types/data-types.md

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ print(type(message))
4949
The `isinstance()` function can be used to test if an object is an instance of a specified type. This will print a boolean value for each function call, indicating if the object is an instance of the given type:
5050

5151
```py
52-
5352
word = "purple"
5453
languages = ("Python", "JavaScript", "Go")
5554

0 commit comments

Comments
 (0)