Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15d4e3a

Browse files
committed
FAQ
1 parent d1a919f commit 15d4e3a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

web/faq.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,10 @@
5656
    Regular expressions are a separate technology that is independent from Python. There are many resources available online.
5757
</details><br>
5858

59-
<details open><summary><strong>Why is there no old style string formating?</strong></summary><br>
60-
&nbsp;&nbsp;&nbsp;&nbsp;Because it is redundant and I don't want to encourage its use.
61-
</details><br>
62-
6359
<details open><summary><strong>Why is staticmethod decorator not covered in Class section?</strong></summary><br>
6460
&nbsp;&nbsp;&nbsp;&nbsp;Because it is of very limited use and is easy to mix up with classmethod.
6561
</details><br>
6662

6763
<details open><summary><strong>Why are descriptors not covered?</strong></summary><br>
6864
&nbsp;&nbsp;&nbsp;&nbsp;Because property decorator is sufficient for everyday use.
69-
</details><br>
65+
</details><br>

0 commit comments

Comments
 (0)