From 47c4647a9b05ac0bae9b6e3c3950685de1bec94e Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 14 Jul 2018 23:33:54 +0300 Subject: [PATCH] Remove redundant module skipping The skipping originally applied to ImageFileIO (#375), and ImageFileIO was later removed (#1343) but this line was missed. --- docs/PIL.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/PIL.rst b/docs/PIL.rst index 67edb9901..fe69fed62 100644 --- a/docs/PIL.rst +++ b/docs/PIL.rst @@ -62,8 +62,6 @@ can be found here. :undoc-members: :show-inheritance: -.. intentionally skipped documenting this because it's deprecated - :mod:`ImageShow` Module -----------------------