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