Format None, True, False and NotImplemented as literals (GH-118758)

This commit is contained in:
Serhiy Storchaka 2024-05-08 22:35:16 +03:00 committed by GitHub
parent bcb435ee8f
commit 05c2fe1acd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 85 additions and 83 deletions

View file

@ -65,7 +65,7 @@ Object Protocol
Properly handle returning :c:data:`Py_NotImplemented` from within a C
function (that is, create a new :term:`strong reference`
to NotImplemented and return it).
to :const:`NotImplemented` and return it).
.. c:macro:: Py_PRINT_RAW