mirror of
https://github.com/python/cpython.git
synced 2026-04-15 08:11:10 +00:00
[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:
parent
6579e03813
commit
ea07223716
34 changed files with 66 additions and 67 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue