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