mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
f0788cb419
* Remove "()" when refer to a class as a type.
* Use :func: when refer to a callable.
* Fix reference to the datetime.astimezone() method.
(cherry picked from commit 92c9c6ae14)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>