mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
revert the change to DocFieldTransformer
This commit is contained in:
parent
478ab44d7e
commit
e79cd79cd2
@ -322,8 +322,6 @@ class DocFieldTransformer:
|
||||
if typedesc.is_typed:
|
||||
try:
|
||||
argtype, argname = fieldarg.split(None, 1)
|
||||
if argtype.endswith(","):
|
||||
raise ValueError
|
||||
except ValueError:
|
||||
pass
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user