Skip to content

Commit 24239e4

Browse files
committed
typo
1 parent 48e98d1 commit 24239e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autodocsumm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def run(self):
423423
except AttributeError:
424424
pass # is set automatically with sphinx >= 1.8.0
425425
if sphinx_version < [2, 0]:
426-
self.warning = []
426+
self.warnings = []
427427
self.result = ViewList()
428428
documenter = self.autosummary_documenter
429429
grouped_documenters = documenter.get_grouped_documenters()

0 commit comments

Comments
 (0)