From 6f383e162648766d0cc804fe4cbb5760b48953a2 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Thu, 5 Jul 2018 13:58:33 +0200 Subject: Update documentation. --- docs/control-structures.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/control-structures.rst') diff --git a/docs/control-structures.rst b/docs/control-structures.rst index 50c401e2..837a0a90 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -297,9 +297,9 @@ These can then either be assigned to newly declared variables or to pre-existing } .. note:: - Prior to version 0.4.24 it was possible to assign to tuples of smaller size, either + Prior to version 0.5.0 it was possible to assign to tuples of smaller size, either filling up on the left or on the right side (which ever was empty). This is - now deprecated, both sides have to have the same number of components. + now disallowed, so both sides have to have the same number of components. Complications for Arrays and Structs ------------------------------------ -- cgit v1.2.3