From a8fdb7df7a22bdee526262f68d5cb52304285a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 22 Mar 2019 16:32:03 +0100 Subject: [PATCH] Set --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 291ae08..ccdc1bc 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,8 @@ Set ``` ```python -.remove() # Throws error. -.discard() # Doesn't throw error. +.remove() # Raises KeyError. +.discard() # Doesn't raise an error. ``` ### Frozenset