Fix #3285: autosummary: asterisks are escaped twice

This commit is contained in:
Takeshi KOMIYA
2017-01-21 15:50:41 +09:00
parent a0c2029b3c
commit bfcb92f6fd
4 changed files with 10 additions and 2 deletions

View File

@@ -71,5 +71,5 @@ class C:
'''
def func(arg_):
def func(arg_, *args, **kwargs):
"""Test function take an argument ended with underscore."""