From 20a90494d1979e5a3d48d95c642d73c13060fbe7 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 23 Sep 2014 10:11:34 -0700 Subject: [PATCH] Fix for docs. Can't wrap warning blocks --- PIL/PSDraw.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PIL/PSDraw.py b/PIL/PSDraw.py index 208f7b6a6..5a24441a8 100644 --- a/PIL/PSDraw.py +++ b/PIL/PSDraw.py @@ -74,8 +74,7 @@ class PSDraw: def setink(self, ink): """ - .. warning:: This has been in the PIL API for ages but was never - implemented. + .. warning:: This has been in the PIL API for ages but was never implemented. """ print("*** NOT YET IMPLEMENTED ***")