Skip to content

Commit 02cd55a

Browse files
authored
Update 02-basics.md
1 parent 2d591a5 commit 02cd55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ NameError: name 'true' is not defined
485485
{: .output}
486486

487487

488-
We can also get values of this type using comparison operators, basic ones in Python are `==` for "equal to", `!=` for "not equal to", and `>`, `<`, or `>=`, `<=`.
488+
We can also get values of Boolean type using comparison operators, basic ones in Python are `==` for "equal to", `!=` for "not equal to", and `>`, `<`, or `>=`, `<=`.
489489

490490
~~~
491491
print('hello' == 'HELLO')

0 commit comments

Comments
 (0)