Skip to content

Commit 6a12a8f

Browse files
committed
Grammatical fix for the python intro
1 parent 652992f commit 6a12a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ There are only two Boolean objects:
514514
- True
515515
- False
516516

517-
But for Python to understand this, you need to always write it as 'True' (first letter uppercased, with the rest of the letter lowercased). __true, TRUE, and tRUE won't work – only True is correct.__ (The same applies to 'False' as well, of course.)
517+
But for Python to understand this, you need to always write it as 'True' (first letter uppercase, with the rest of the letters lowercased). __true, TRUE, and tRUE won't work – only True is correct.__ (The same applies to 'False' as well, of course.)
518518

519519
Booleans can be variables, too! See here:
520520

0 commit comments

Comments
 (0)