]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Correct description of inheriting from another class (GH-114660) (#114869)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 1 Feb 2024 18:15:12 +0000 (19:15 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 18:15:12 +0000 (18:15 +0000)
commita46fddfed3df526a597325ddfac0ea1612e9e12c
tree9f982e6c02ca10f00f7a93d0df1c91aa48000352
parent3acab9a67610118cfc1ff0c673260577e276ce1c
[3.11] Correct description of inheriting from another class (GH-114660) (#114869)

"inherits <someclass>" grates to this reader. I think it should be "inherits from <someclass>".
(cherry picked from commit c9c6e04380ffedd25ea2e582f9057ab9612960c9)

Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
Doc/library/gzip.rst
Doc/library/io.rst
Doc/library/pickle.rst
Doc/library/symtable.rst