diff options
Diffstat (limited to 'Doc/library/types.rst')
-rw-r--r-- | Doc/library/types.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst index 8ae9f88..7caecaf 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -77,5 +77,8 @@ The module defines the following names: as ``datetime.timedelta.days``. This type is used as descriptor for simple C data members which use standard conversion functions; it has the same purpose as the :class:`property` type, but for classes defined in extension modules. - In other implementations of Python, this type may be identical to - ``GetSetDescriptorType``. + + .. impl-detail:: + + In other implementations of Python, this type may be identical to + ``GetSetDescriptorType``. |