diff options
Diffstat (limited to 'python/pyrsistent/README')
-rw-r--r-- | python/pyrsistent/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyrsistent/README b/python/pyrsistent/README index a45ef0f1d8b9b..c139647f2eea8 100644 --- a/python/pyrsistent/README +++ b/python/pyrsistent/README @@ -1,3 +1,3 @@ Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are -immutable
\ No newline at end of file +immutable. |