We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9264319 commit 2fe101fCopy full SHA for 2fe101f
1 file changed
01.Variables/README.md
@@ -292,7 +292,7 @@ print(less_than_or_equal) # Output: True
292
Python provides several built-in functions that return boolean values. Here are some common ones:
293
294
- `bool()`: Converts a value to a boolean.
295
--`isinstance()`: Checks if an object is an instance of a specific class or type.
+- `isinstance()`: Checks if an object is an instance of a specific class or type.
296
297
```python
298
# Boolean methods
0 commit comments