1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-11 01:24:05 +02:00

Add missing whitespace in link label

This commit is contained in:
Daniel Stefanovic
2018-05-24 11:19:33 +02:00
committed by GitHub
parent 2564989770
commit 3abe93b076

View File

@@ -285,7 +285,7 @@
* [**Python**: _Create a Simple Python Text Editor!_](http://www.instructables.com/id/Create-a-Simple-Python-Text-Editor/)
* [**C**: _Build Your Own Text Editor_](https://viewsourcecode.org/snaptoken/kilo/)
* [**C++**: _Designing a Simple Text Editor_](http://www.fltk.org/doc-1.1/editor.html)
* [**Python**: _Python Tutorial:Make Your Own Text Editor_](https://www.youtube.com/watch?v=xqDonHEYPgA) [video]
* [**Python**: _Python Tutorial: Make Your Own Text Editor_](https://www.youtube.com/watch?v=xqDonHEYPgA) [video]
#### Build your own `Web Search Engine`