Updated ImagePath tolist() default

This commit is contained in:
Andrew Murray 2023-05-05 18:12:10 +10:00
parent b073a8962b
commit 17fbafb10b

View File

@ -48,7 +48,7 @@ vector data. Path objects can be passed to the methods on the
Maps the path through a function.
.. py:method:: PIL.ImagePath.Path.tolist(flat=0)
.. py:method:: PIL.ImagePath.Path.tolist(flat=False)
Converts the path to a Python list [(x, y), …].