Skip to content

Commit 2fe101f

Browse files
committed
Update README.md
1 parent 9264319 commit 2fe101f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01.Variables/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ print(less_than_or_equal) # Output: True
292292
Python provides several built-in functions that return boolean values. Here are some common ones:
293293

294294
- `bool()`: Converts a value to a boolean.
295-
-`isinstance()`: Checks if an object is an instance of a specific class or type.
295+
- `isinstance()`: Checks if an object is an instance of a specific class or type.
296296

297297
```python
298298
# Boolean methods

0 commit comments

Comments
 (0)