Skip to content

Commit 967d819

Browse files
authored
Fix the True assignment example.
1 parent ddbbe69 commit 967d819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ def some_func():
10221022
### When True is actually False
10231023

10241024
```py
1025-
True == False
1025+
True = False
10261026
if True == False:
10271027
print("I've lost faith in truth!")
10281028
```

0 commit comments

Comments
 (0)