Doc: Correct type: "TypeAlias" -> "AliasType"

This commit is contained in:
Hong Xu 2020-12-27 21:23:31 -08:00 committed by GitHub
parent b19bce971e
commit 6927130ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -564,7 +564,7 @@ There are also config values that you can set:
... ...
If you set ``autodoc_type_aliases`` as If you set ``autodoc_type_aliases`` as
``{'AliasType': 'your.module.TypeAlias'}``, it generates a following document ``{'AliasType': 'your.module.AliasType'}``, it generates a following document
internally:: internally::
.. py:function:: f() -> your.module.AliasType: .. py:function:: f() -> your.module.AliasType: