diff --git a/Doc/library/types.rst b/Doc/library/types.rst index 38a77119769d724..9e928e6dd3637b0 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -354,6 +354,10 @@ Standard names are defined for the following types: .. seealso:: :pep:`810` + .. method:: resolve() + + Reify the lazy import and return the "real" object being imported. + .. class:: GetSetDescriptorType