From c2b55e2d0d52b6d8d57a331f19896f0ad0ba8ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 26 Dec 2022 18:12:42 +0100 Subject: [PATCH] FAQ --- web/faq.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/faq.html b/web/faq.html index a33bdd2..8eb0c5c 100644 --- a/web/faq.html +++ b/web/faq.html @@ -56,10 +56,6 @@     Regular expressions are a separate technology that is independent from Python. There are many resources available online.
-
Why is staticmethod decorator not covered in Class section?
-    Because it is of very limited use and is easy to mix up with classmethod. -

-
Why are descriptors not covered?
    Because property decorator is sufficient for everyday use.