Skip to content

Commit 1cd88ed

Browse files
authored
Update about.md (#3552)
Spelling
1 parent e3a189c commit 1cd88ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/conditionals/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ else:
5555
>>> z is greater than x and y
5656
```
5757

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

6060
```python
6161

0 commit comments

Comments
 (0)