diff --git a/sources/tech/20181004 Functional programming in Python- Immutable data structures.md b/sources/tech/20181004 Functional programming in Python- Immutable data structures.md index e6050d52f9..b831ff726f 100644 --- a/sources/tech/20181004 Functional programming in Python- Immutable data structures.md +++ b/sources/tech/20181004 Functional programming in Python- Immutable data structures.md @@ -1,4 +1,3 @@ -Translating by Ryze-Borgia Functional programming in Python: Immutable data structures ====== Immutability can help us better understand our code. Here's how to achieve it without sacrificing performance.