[3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804)

(cherry picked from commit 3718f4be60)

Co-authored-by: Ronald Eddy Jr <ronald_eddy@yahoo.com>
This commit is contained in:
Stan Ulbrych 2026-02-17 12:56:29 +00:00 committed by GitHub
parent 6579e03813
commit ea07223716
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 66 additions and 67 deletions

View file

@ -420,7 +420,7 @@ of the class::
'Buddy'
As discussed in :ref:`tut-object`, shared data can have possibly surprising
effects with involving :term:`mutable` objects such as lists and dictionaries.
effects involving :term:`mutable` objects such as lists and dictionaries.
For example, the *tricks* list in the following code should not be used as a
class variable because just a single list would be shared by all *Dog*
instances::