development/pyvim: Fix invalid chars in desc.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-05-26 16:00:23 +02:00 committed by Willy Sudiarto Raharjo
parent 8540e82ca4
commit 671e016cba
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
An implementation of Vim in Python.
The editor is written completely in Python.
(There are no C extensions). This makes development a lot faster.
Its easy to prototype and integrate new features.
It's easy to prototype and integrate new features.

View file

@ -11,7 +11,7 @@ pyvim:
pyvim: An implementation of Vim in Python.
pyvim: The editor is written completely in Python.
pyvim: (There are no C extensions). This makes development a lot faster.
pyvim: Its easy to prototype and integrate new features.
pyvim: It's easy to prototype and integrate new features.
pyvim:
pyvim: Homepage: https://github.com/jonathanslenders/pyvim
pyvim: