StencilView docstring revision

This commit is contained in:
dessant 2014-10-20 21:21:47 +03:00
parent 6e199aa98f
commit bc1ade337b
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ provides an efficient way to clip the drawing area of children.
StencilView is not a layout. Consequently, you have to manage the size and
position of its children directly. You can combine (subclass both)
a StencilView and a Layout in order thier behavior. For example::
a StencilView and a Layout in order to achieve a layout's behavior.
For example::
class BoxStencil(BoxLayout, StencilView):
pass