Fixed wrong output of `isinstance(False, float)` · python3/wtfpython@bd05e9e · GitHub
Skip to content

Commit bd05e9e

Browse files
authored
Fixed wrong output of isinstance(False, float)
Fixed the output of `isinstance(False, float)` and changed `False` to `True` to match `isinstance(True, int)`
1 parent f5565ee commit bd05e9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)