mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #3285: autosummary: asterisks are escaped twice
This commit is contained in:
@@ -71,5 +71,5 @@ class C:
|
||||
'''
|
||||
|
||||
|
||||
def func(arg_):
|
||||
def func(arg_, *args, **kwargs):
|
||||
"""Test function take an argument ended with underscore."""
|
||||
|
||||
Reference in New Issue
Block a user