Fix #1462: autosummary warns for namedtuple with attribute with trailing underscore

This commit is contained in:
Takeshi KOMIYA
2016-08-30 00:37:30 +09:00
parent 37bb9c2c33
commit 8d96c90fc6
5 changed files with 41 additions and 1 deletions

View File

@@ -69,3 +69,7 @@ class C:
'''
This is a nested inner class docstring
'''
def func(arg_):
"""Test function take an argument ended with underscore."""