Merge pull request #2752 from radarhere/docs

Corrected docs syntax
This commit is contained in:
wiredfool 2017-09-22 15:57:18 +01:00 committed by GitHub
commit 2fa09fe0e0

View File

@ -266,8 +266,7 @@ Methods
.. versionadded:: 4.2.0 .. versionadded:: 4.2.0
.. py:method:: PIL.ImageDraw.ImageDraw.multiline_text(xy, text, fill=None, font=None, anchor=None, spacing=0, align="left", .. py:method:: PIL.ImageDraw.ImageDraw.multiline_text(xy, text, fill=None, font=None, anchor=None, spacing=0, align="left", direction=None, features=None)
direction=None, features=None)
Draws the string at the given position. Draws the string at the given position.
@ -297,8 +296,7 @@ Methods
.. versionadded:: 4.2.0 .. versionadded:: 4.2.0
.. py:method:: PIL.ImageDraw.ImageDraw.textsize(text, font=None, spacing=4, direction=None, .. py:method:: PIL.ImageDraw.ImageDraw.textsize(text, font=None, spacing=4, direction=None, features=None)
features=None)
Return the size of the given string, in pixels. Return the size of the given string, in pixels.
@ -327,8 +325,7 @@ Methods
.. versionadded:: 4.2.0 .. versionadded:: 4.2.0
.. py:method:: PIL.ImageDraw.ImageDraw.multiline_textsize(text, font=None, spacing=4, direction=None, .. py:method:: PIL.ImageDraw.ImageDraw.multiline_textsize(text, font=None, spacing=4, direction=None, features=None)
features=None)
Return the size of the given string, in pixels. Return the size of the given string, in pixels.