Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit 7279f60

Browse files
authored
Inequality operator
Fixed markdown syntax of inequality operator. Or was it intended?
1 parent a0d2664 commit 7279f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4_basicops.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ However, many math operators are overridable in Python, since these translate to
2323
| `\|` | bitwise or |
2424
| `^` | bitwise xor |
2525
| `==` | equality |
26-
| '!=' | inequality |
26+
| `!=` | inequality |
2727
| `>` | greater than |
2828
| `>=` | greater than or equal to |
2929
| `<` | less than |

0 commit comments

Comments
 (0)