Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fa79e commit 8344a56Copy full SHA for 8344a56
README.md
@@ -34,10 +34,6 @@ Each Python script in this repository has the following structure:
34
```python
35
"""Lists <--- Name of the topic here
36
37
-## Author
38
-
39
-- [@trekhleb](https://trekhleb.dev)
40
41
# @see: https://www.learnpython.org/en/Lists <-- Link to further readings goes here
42
43
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
233
-You may support this project via ❤️️ [GitHub](https://github.com/sponsors/trekhleb) or ❤️️ [Patreon](https://www.patreon.com/trekhleb).
+- [@trekhleb](https://trekhleb.dev)
0 commit comments