From: Silvio Rhatto Date: Tue, 30 Jan 2018 14:43:59 +0000 (-0200) Subject: Updates research/python X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a92f1f274de079279f461ffb3e94fd517be0f8c1;p=blog.git Updates research/python --- diff --git a/research/python.md b/research/python.md index ed2289d..833b357 100644 --- a/research/python.md +++ b/research/python.md @@ -70,7 +70,8 @@ Python encourages polymorphism: that do not create new objects. Although such objects can be copied, in-place changes support direct modification. -So remember that when [copying](https://stackoverflow.com/questions/2612802/how-to-clone-or-copy-a-list#2612815) or referencing a list. +So remember that when [copying](https://stackoverflow.com/questions/2612802/how-to-clone-or-copy-a-list#2612815) +or referencing a list. ## Implementations