mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #1462: autosummary warns for namedtuple with attribute with trailing underscore
This commit is contained in:
@@ -69,3 +69,7 @@ class C:
|
||||
'''
|
||||
This is a nested inner class docstring
|
||||
'''
|
||||
|
||||
|
||||
def func(arg_):
|
||||
"""Test function take an argument ended with underscore."""
|
||||
|
||||
Reference in New Issue
Block a user