From db4603c2d790208726db94fe17516f0c2b0d3679 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sat, 23 May 2015 10:29:54 +0300 Subject: [PATCH] change for the word collection in several places --- doc/source/containers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/containers.rst b/doc/source/containers.rst index ae8e485..c8ff53f 100644 --- a/doc/source/containers.rst +++ b/doc/source/containers.rst @@ -11,7 +11,7 @@ Consequently just insert procedure are needed Lists ----- -Correspond to an ordered list of values belonging an elementary type. +Correspond to an ordered collection of values belonging an elementary type. At its creation @@ -19,7 +19,7 @@ At its creation Sets ---- -Correspond to an unordered set of values belonging an elementary type. +Correspond to an unordered collection of values belonging an elementary type. Dictionaries