From ac95fff0e53452385541b139905fc2f41879d05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 28 Jan 2019 03:00:33 +0100 Subject: [PATCH] Small titles --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7f1774..b2cc2a1 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Set ``` ### Frozenset -**Is hashable and can be used as a key in dictionary.** +####Is hashable and can be used as a key in dictionary. ```python = frozenset() ```