Merge pull request #4939 from EdwardBetts/patch-2

fix spelling: accomodate -> accommodate
This commit is contained in:
dessant 2017-01-20 13:02:37 +02:00 committed by GitHub
commit 6902f2575a
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ cdef class BorderImage(Rectangle):
If the BorderImage's size is less than the sum of it's
borders, horizontally or vertically, and this property is
set to True, the borders will be rescaled to accomodate for
set to True, the borders will be rescaled to accommodate for
the smaller size.
'''