mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-03 12:43:05 +03:00
Fixing doc warning
This commit is contained in:
parent
a0d6cf01ce
commit
5e12c49034
|
@ -73,9 +73,8 @@ class PSDraw:
|
||||||
|
|
||||||
def setink(self, ink):
|
def setink(self, ink):
|
||||||
"""
|
"""
|
||||||
.. warning::
|
.. warning:: This has been in the PIL API for ages but was never implemented.
|
||||||
|
|
||||||
This has been in the PIL API for ages but was never implemented.
|
|
||||||
"""
|
"""
|
||||||
print("*** NOT YET IMPLEMENTED ***")
|
print("*** NOT YET IMPLEMENTED ***")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user