Fix warnings when generating docs

This commit is contained in:
Takaaki Fuji 2022-01-12 01:26:51 +09:00
parent f87f75a437
commit d181ecaaaf
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
##########
###########
freetypePen
##########
###########
.. automodule:: fontTools.pens.freetypePen
:inherited-members:

View File

@ -166,7 +166,7 @@ class FreeTypePen(BasePen):
Returns:
A tuple of ``(buffer, size)``, where ``buffer`` is a ``bytes``
object of the resulted bitmap and ``size` is a 2-tuple of its
object of the resulted bitmap and ``size`` is a 2-tuple of its
dimension.
:Example: