diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-12-15 17:22:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 17:22:07 (GMT) |
commit | 00324a77da95ed7af9c7d84772c4a3a01507132c (patch) | |
tree | 307c6f9c540de04528b0c90e28c8e4e5c27ef39b /Doc/library/datetime.rst | |
parent | e3396b29956efcf561bbb49b6527b6e7e3acea24 (diff) | |
download | cpython-00324a77da95ed7af9c7d84772c4a3a01507132c.zip cpython-00324a77da95ed7af9c7d84772c4a3a01507132c.tar.gz cpython-00324a77da95ed7af9c7d84772c4a3a01507132c.tar.bz2 |
[3.12] gh-101100: Fix various Sphinx warnings for dunder references in the `library/` directory (GH-113163) (#113183)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r-- | Doc/library/datetime.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 649f1a3..47077d5 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1976,7 +1976,8 @@ Examples of working with a :class:`.time` object:: American EST and EDT. Special requirement for pickling: A :class:`tzinfo` subclass must have an - :meth:`__init__` method that can be called with no arguments, otherwise it can be + :meth:`~object.__init__` method that can be called with no arguments, + otherwise it can be pickled but possibly not unpickled again. This is a technical requirement that may be relaxed in the future. |