Skip to content
14 changes: 7 additions & 7 deletions arcade/gui/nine_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class NinePatchTexture:

* Numbered regions with arrows (``<--->``) stretch along the
direction(s) of any arrows present
* bars (``|---|``) mark the distances specified by the border
* Bars (``|---|``) mark the distances specified by the border
parameters (``left``, etc)

.. code-block::
Expand All @@ -32,12 +32,12 @@ class NinePatchTexture:
| | <-------------> | | |
+------+-----------------+------+ ---
| (4) | (5) ^ | (6) |
| ^ | | | ^ |
| | | | | | |
| | | <------+------> | | |
| | | | | | |
| | | | | | |
| v | v | v |
| ^ | | | ^ |
| | | | | | |
| | | <------+------> | | |
| | | | | | |
| | | | | | |
| v | v | v |
+------+-----------------+------+ ---
| (7) | (8) | (9) | |
| | <-------------> | | |
Expand Down