From 8f57a77582d6072b64ef7beccb34b2fac31e3613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 28 Jan 2019 14:02:29 +0100 Subject: [PATCH] Set --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d7c4daf..bcb504e 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ Set |= ``` +```python +.remove() # Throws error. +.discard() # Doesn't throw error. +``` + ```python = .union() # Or: | = .intersection() # Or: &