From bf2cd49d9ccd0843c8f433a981ec6593ae8c5663 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Wed, 12 Oct 2016 14:05:42 +0200 Subject: [PATCH] Add more undocumented types in python27 --- doc/nitpick-exceptions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/nitpick-exceptions.txt b/doc/nitpick-exceptions.txt index 57129fe..0c98292 100644 --- a/doc/nitpick-exceptions.txt +++ b/doc/nitpick-exceptions.txt @@ -17,6 +17,7 @@ cpp:type bob::io::base::HDF5File # exceptions are not found in python 2.7 py:exc RuntimeError +py:class tuple # these don't exists on numpy's manual py:class numpy.uint8 -- GitLab