mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Fix for docs. Can't wrap warning blocks
This commit is contained in:
parent
f0591e2ac5
commit
20a90494d1
|
@ -74,8 +74,7 @@ class PSDraw:
|
||||||
|
|
||||||
def setink(self, ink):
|
def setink(self, ink):
|
||||||
"""
|
"""
|
||||||
.. warning:: This has been in the PIL API for ages but was never
|
.. warning:: This has been in the PIL API for ages but was never implemented.
|
||||||
implemented.
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
print("*** NOT YET IMPLEMENTED ***")
|
print("*** NOT YET IMPLEMENTED ***")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user