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.