File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ Each Python script in this repository has the following structure:
34
34
``` python
35
35
""" Lists <--- Name of the topic here
36
36
37
- ## Author
38
-
39
- - [@trekhleb](https://trekhleb.dev)
40
-
41
37
# @see: https://www.learnpython.org/en/Lists <-- Link to further readings goes here
42
38
43
39
Here might go more detailed explanation of the current topic (i.e. general info about Lists).
@@ -228,6 +224,6 @@ flake8 ./src --statistics --show-source --count
228
224
229
225
[ More about Flake8] ( http://flake8.pycqa.org/en/latest/ )
230
226
231
- ## Supporting the project
227
+ ## Author
232
228
233
- You may support this project via ❤️️ [ GitHub ] ( https://github.com/sponsors/ trekhleb) or ❤️️ [ Patreon ] ( https://www.patreon.com/ trekhleb ) .
229
+ - [ @ trekhleb ] ( https://trekhleb.dev )
You can’t perform that action at this time.
0 commit comments