From 0e7a0e61406b975391d553e7578dfff539660fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr> Date: Mon, 7 Jun 2021 08:23:51 +0200 Subject: [PATCH] fix typos --- source/Collection_Data_Types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Collection_Data_Types.rst b/source/Collection_Data_Types.rst index 9ca0d3e..5f4fcf5 100644 --- a/source/Collection_Data_Types.rst +++ b/source/Collection_Data_Types.rst @@ -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:: -- GitLab