We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a189c commit 1cd88edCopy full SHA for 1cd88ed
concepts/conditionals/about.md
@@ -55,7 +55,7 @@ else:
55
>>> z is greater than x and y
56
```
57
58
-[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:
59
60
```python
61
0 commit comments