From 3abe93b076742cec7a8dce0a31f9fbbf505ba3a4 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Thu, 24 May 2018 11:19:33 +0200 Subject: [PATCH] Add missing whitespace in link label --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6506a39..1bb8240 100644 --- a/README.md +++ b/README.md @@ -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`