Skip to content

Commit

Permalink
local spelling configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Piotr Przeradowski committed Sep 7, 2013
1 parent 8a5f56c commit d62c742
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .lvimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
let b:spellfile = expand('<sfile>:p:h'). '/.vim/en.utf-8.add'
let &l:spf = b:spellfile
1 change: 1 addition & 0 deletions .vim/en.utf-8.add
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pystacia
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pystacia is a new image manipulation library written to meet practical
needs of developers. It's simple, it's cross-platform, runs on Python 2.5+, 3.x,
:term:`PyPy` and :term:`IronPython`. It's compact but still appropriate for most of your
day to day image handling tasks. Pystacia leverages powerful :term:`ImageMagick`
library as a back-end exposing easily comprehensible Pythonic API.
library as a back-end exposing easily comprehensible pythonic API.

Here is one of the simplest code snippets showing what you can do with it:

Expand Down

0 comments on commit d62c742

Please sign in to comment.