Update acceptable missing doc coverage

This commit is contained in:
Nyall Dawson 2015-09-14 09:24:28 +10:00
parent be0185aa4c
commit 499d0da585

View File

@ -32,7 +32,7 @@ from PyQt4.QtCore import qDebug
# DON'T RAISE THIS THRESHOLD!!!
# (changes which lower this threshold are welcomed though!)
ACCEPTABLE_MISSING_DOCS = 4064
ACCEPTABLE_MISSING_DOCS = 4038
def elemIsDocumentableClass(elem):