Skip to content
Snippets Groups Projects
Unverified Commit 0e7a0e61 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

fix typos

parent c62da517
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ but not the references to this object, then the 2 variables x and y still refere
compare with the exercise on string and integers:
Since list are mutable, when ``+=`` is used the original list object is modified, so no rebinding of *x* is necessary.
We can observe this using *id()* which give the memory adress of an object. This adress does not change after the
We can observe this using *id()* which give the memory address of an object. This address does not change after the
``+=`` operation.
.. note::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment