From 8c5d30c2ac9a3a27db2d2648bd6e84a2813d9c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sun, 31 Jan 2016 18:54:30 +0100 Subject: [PATCH] Fix unknown Properties section warning --- skimage/external/tifffile/tifffile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/external/tifffile/tifffile.py b/skimage/external/tifffile/tifffile.py index c30120d7..44de0bb1 100644 --- a/skimage/external/tifffile/tifffile.py +++ b/skimage/external/tifffile/tifffile.py @@ -2208,7 +2208,7 @@ class TiffSequence(object): The data shape and dtype of all files must match. - Properties + Attributes ---------- files : list List of file names.