From af213d299327a2aea5a96277a6c0e51a310401f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Thu, 29 Nov 2018 01:14:17 +0100 Subject: [PATCH] Set --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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