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

"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