Skip to content

Commit

Permalink
[Meltdown Mitigation]: Correct Typo in introduction.md (#3758)
Browse files Browse the repository at this point in the history
great --> greater on line 53.
  • Loading branch information
BethanyG committed Aug 25, 2024
1 parent 00d5bcc commit 951d4d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ elif y > z:
else:
print("z is greater than x and y")
...
>>> z is great than x and y
>>> z is greater than x and y
```

[Boolean operations][boolean operations] and [comparisons][comparisons] can be combined with conditionals for more complex testing:
Expand Down

0 comments on commit 951d4d3

Please sign in to comment.