]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Oct 2021 05:40:18 +0000 (22:40 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 05:40:18 +0000 (22:40 -0700)
commitcc90732d15b267feb4cb75ec4c448a3c66e6c520
tree8f876fc2dfecc9e20d8e335fa227495bf1c6dc99
parent9901d153c201d852d27dc9d3074e283c26468f6d
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)

To avoid error, add either space or parentheses.
(cherry picked from commit 380c44087505d0d560f97e325028f27393551164)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/faq/programming.rst
Misc/NEWS.d/next/Documentation/2021-10-13-00-42-54.bpo-20692.K5rGtP.rst [new file with mode: 0644]