]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct description of inheriting from another class (#114660)
authorSkip Montanaro <skip.montanaro@gmail.com>
Thu, 1 Feb 2024 18:07:16 +0000 (12:07 -0600)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 18:07:16 +0000 (10:07 -0800)
commitc9c6e04380ffedd25ea2e582f9057ab9612960c9
treeefc665b6f8929cc754ba6b7c185f86ccc2478554
parente9dab656380ec03d628979975646748330b76b9b
Correct description of inheriting from another class (#114660)

"inherits <someclass>" grates to this reader. I think it should be "inherits from <someclass>".
Doc/library/gzip.rst
Doc/library/io.rst
Doc/library/pickle.rst
Doc/library/symtable.rst