Update autodoc.rst

This commit is contained in:
Hong Xu
2020-12-27 21:24:19 -08:00
committed by GitHub
parent 6927130ff1
commit d9ca895dbb
+1 -1
View File
@@ -564,7 +564,7 @@ There are also config values that you can set:
...
If you set ``autodoc_type_aliases`` as
``{'AliasType': 'your.module.AliasType'}``, it generates a following document
``{'AliasType': 'your.module.AliasType'}``, it generates the following document
internally::
.. py:function:: f() -> your.module.AliasType: