python3-pillow:ver bump
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
From f1f177ce800c5be7d06b0119b979c661c1bfbbb9 Mon Sep 17 00:00:00 2001
|
||||
From: Andrew Murray <radarhere@users.noreply.github.com>
|
||||
Date: Mon, 6 Apr 2020 19:41:38 +1000
|
||||
Subject: [PATCH] Fixed error making HTML from docs
|
||||
|
||||
---
|
||||
docs/reference/plugins.rst | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/docs/reference/plugins.rst b/docs/reference/plugins.rst
|
||||
index 46f657fce5..cc0742fde4 100644
|
||||
--- a/docs/reference/plugins.rst
|
||||
+++ b/docs/reference/plugins.rst
|
||||
@@ -229,7 +229,7 @@ Plugin reference
|
||||
----------------------------
|
||||
|
||||
.. automodule:: PIL.PngImagePlugin
|
||||
- :members: ChunkStream, PngImageFile, PngStream, getchunks, is_cid, putchunk
|
||||
+ :members: ChunkStream, PngStream, getchunks, is_cid, putchunk
|
||||
:show-inheritance:
|
||||
.. autoclass:: PIL.PngImagePlugin.ChunkStream
|
||||
:members:
|
||||
Reference in New Issue
Block a user