Skip to content

Commit

Permalink
Update about.md
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
laran authored Nov 23, 2023
1 parent e3a189c commit 4841458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/conditionals/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ else:
>>> z is greater than x and y
```

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

```python

Expand Down

0 comments on commit 4841458

Please sign in to comment.