Skip to content

Commit 4b09c5c

Browse files
authored
minor fix
1 parent 7914b5e commit 4b09c5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
<a href="https://github.com/wilfredinni/python-cheatsheet/blob/master/src/pages/changelog.md">Changelog</a>
1212
</div>
1313

14-
<p align='center' style="margin-top: 20px;">
14+
<!-- <p align='center' style="margin-top: 20px;">
1515
<a href="https://www.pythoncheatsheet.org/">Python Cheatsheet</a> is based on the book <a href="https://automatetheboringstuff.com/">Automate the Boring Stuff with Python</a> and many other sources.
16-
</p>
16+
</p> -->
1717

1818

1919
<img src="public/screenshots/light.png">
2020

21-
<!-- <p align='center'>
21+
<p align='center'>
2222
<a href="https://www.pythoncheatsheet.org/">Python Cheatsheet</a> is based on the book <a href="https://automatetheboringstuff.com/">Automate the Boring Stuff with Python</a> and many other sources.
23-
</p> -->
23+
</p>
2424

2525
<!-- ## Getting Started -->
2626

27-
Anyone can forget how to
27+
<!-- Anyone can forget how to
2828
[make character classes](https://www.pythoncheatsheet.org/cheatsheet/regular-expressions#making-your-own-character-classes)
29-
for a regex, [slice a list](https://www.pythoncheatsheet.org/cheatsheet/lists-and-tuples#getting-sublists-with-slices) or do a [for loop](https://www.pythoncheatsheet.org/cheatsheet/control-flow#for-loop). This Python cheatsheet tries to provide basic reference for beginner and advanced developers, lower the entry barrier for newcomers and help veterans refresh the old tricks.
29+
for a regex, [slice a list](https://www.pythoncheatsheet.org/cheatsheet/lists-and-tuples#getting-sublists-with-slices) or do a [for loop](https://www.pythoncheatsheet.org/cheatsheet/control-flow#for-loop). This Python cheatsheet tries to provide basic reference for beginner and advanced developers, lower the entry barrier for newcomers and help veterans refresh the old tricks. -->
3030

3131
## Contributors
3232

0 commit comments

Comments
 (0)