Typos in docs

This commit is contained in:
Danilo Bargen
2013-04-10 16:04:56 +02:00
parent 327a1ded17
commit be7cecef00

View File

@@ -5,7 +5,7 @@ A little history
The Star Wars Jedi are awesome. My Jedi software tries to imitate a little bit The Star Wars Jedi are awesome. My Jedi software tries to imitate a little bit
of the precognition the Jedi have. There's even an awesome `scene of the precognition the Jedi have. There's even an awesome `scene
<http://www.youtube.com/watch?v=5BDO3pyavOY>`_ of Monty Python Jedi's :-). <http://www.youtube.com/watch?v=5BDO3pyavOY>`_ of Monty Python Jedis :-).
But actually the name hasn't so much to do with Star Wars. It's part of my But actually the name hasn't so much to do with Star Wars. It's part of my
second name. second name.
@@ -13,13 +13,13 @@ second name.
After I explained Guido van Rossum, how some parts of my auto-completion work, After I explained Guido van Rossum, how some parts of my auto-completion work,
he said (we drank a beer or two): he said (we drank a beer or two):
*Oh, that worries me* *"Oh, that worries me..."*
When it's finished, I hope he'll like it :-) When it's finished, I hope he'll like it :-)
I actually started Jedi, because there were no good solutions available for I actually started Jedi, because there were no good solutions available for VIM.
VIM. Most auto-completions just didn't work well. The only good solution was Most auto-completions just didn't work well. The only good solution was PyCharm.
PyCharm. I just like my good old VIM. Rope was never really intended to be an But I like my good old VIM. Rope was never really intended to be an
auto-completion (and also I really hate project folders for my Python scripts). auto-completion (and also I really hate project folders for my Python scripts).
It's more of a refactoring suite. So I decided to do my own version of a It's more of a refactoring suite. So I decided to do my own version of a
completion, which would execute non-dangerous code. But I soon realized, that completion, which would execute non-dangerous code. But I soon realized, that