Skip to content

Commit c327d51

Browse files
authored
Merge pull request #149 from datacarpentry/annajiat-patch-1
Update 02-basics.md
2 parents 2d591a5 + 02cd55a commit c327d51

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)