Fix error

This commit is contained in:
Eric Holscher 2015-10-12 10:50:46 -07:00
parent 81d4568713
commit 3dfd9ac47f

View File

@ -22,7 +22,7 @@ def run_autoapi(app):
"""
if not app.config.autoapi_dirs:
raise ExtensionError('You must configure an autodapi_dir setting')
raise ExtensionError('You must configure an autoapi_dirs setting')
# Make sure the paths are full
normalized_dirs = []