mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #9575: autodoc: Return annotation should not be shown
This commit is contained in:
@@ -1041,9 +1041,6 @@ def test_autodoc_typehints_description_with_documented_init(app):
|
||||
' Parameters:\n'
|
||||
' **x** (*int*) --\n'
|
||||
'\n'
|
||||
' Return type:\n'
|
||||
' None\n'
|
||||
'\n'
|
||||
' __init__(x)\n'
|
||||
'\n'
|
||||
' Init docstring.\n'
|
||||
|
||||
Reference in New Issue
Block a user