diff --git a/README.md b/README.md index adcb5d0..279153d 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,11 @@ Set = set() .add() .update() -.union() -.intersection() -.difference() -.issubset() -.issuperset() + = .union() + = .intersection() + = .difference() + = .issubset() + = .issuperset() ``` ### Frozenset