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

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.TypeAlias'}``, it generates a following document
``{'AliasType': 'your.module.AliasType'}``, it generates a following document
internally::
.. py:function:: f() -> your.module.AliasType: