Reference non-deprecated argument in truetype documentation

This commit is contained in:
Robin Lewis 2015-02-23 12:00:52 +00:00
parent 0bc24cb213
commit 066faeb211

View File

@ -214,7 +214,7 @@ def truetype(font=None, size=10, index=0, encoding="", filename=None):
This function requires the _imagingft service. This function requires the _imagingft service.
:param filename: A truetype font file. Under Windows, if the file :param font: A truetype font file. Under Windows, if the file
is not found in this filename, the loader also looks in is not found in this filename, the loader also looks in
Windows :file:`fonts/` directory. Windows :file:`fonts/` directory.
:param size: The requested size, in points. :param size: The requested size, in points.