aboutsummaryrefslogtreecommitdiff
path: root/research
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-01-30 12:43:59 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-01-30 12:43:59 -0200
commita92f1f274de079279f461ffb3e94fd517be0f8c1 (patch)
treecc9cf5a116bb7d064b34facfa50a2ff5922af575 /research
parentf484c50d7139f35df257e1f568dfe44fe3753517 (diff)
downloadblog-a92f1f274de079279f461ffb3e94fd517be0f8c1.tar.gz
blog-a92f1f274de079279f461ffb3e94fd517be0f8c1.tar.bz2
Updates research/python
Diffstat (limited to 'research')
-rw-r--r--research/python.md3
1 files changed, 2 insertions, 1 deletions
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