From d08d31d2390d701df2bf786c53506c9b9c562049 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Wed, 24 May 2017 14:19:00 +0200
Subject: [PATCH] Fix python 2.7 missing list class

---
 doc/nitpick-exceptions.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/nitpick-exceptions.txt b/doc/nitpick-exceptions.txt
index 635fc7d..3cb8398 100644
--- a/doc/nitpick-exceptions.txt
+++ b/doc/nitpick-exceptions.txt
@@ -1,4 +1,6 @@
 # These are not documented at all in Python 2.7, but works for 3.x
+py:obj list
+py:class list
 py:exc TypeError
 py:exc ValueError
 py:exc AssertionError
-- 
GitLab