mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 07:12:31 +03:00
fix typo
This commit is contained in:
parent
e9aa9b480f
commit
360512e5a3
@ -4,7 +4,7 @@ author: Louie Dinh
|
||||
author_url: http://ldinh.ca
|
||||
---
|
||||
|
||||
Python was created by Guido Van Rossum in the early 90's. It is now one of the most popular languages in existence.I fell in love with Python for it's syntactic clarity. It's basically executable pseudocode.
|
||||
Python was created by Guido Van Rossum in the early 90's. It is now one of the most popular languages in existence. I fell in love with Python for it's syntactic clarity. It's basically executable pseudocode.
|
||||
|
||||
```Python
|
||||
# Single line comments start with a hash.
|
||||
|
Loading…
Reference in New Issue
Block a user