diff options
author | andy <andrew.m.goth@gmail.com> | 2014-05-21 21:32:44 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2014-05-21 21:32:44 (GMT) |
commit | ff04f434c479b7813bd75f9e9bd55618cc31e532 (patch) | |
tree | 3195eb6d6f5b9941cdb42a4a9ba483211dbd46d8 /doc | |
parent | e55620ed06abb051977f73d06048a429ad3fc624 (diff) | |
download | tcl-ff04f434c479b7813bd75f9e9bd55618cc31e532.zip tcl-ff04f434c479b7813bd75f9e9bd55618cc31e532.tar.gz tcl-ff04f434c479b7813bd75f9e9bd55618cc31e532.tar.bz2 |
Update dict man page to state that [dict set] returns the updated dictionary value.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dict.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -202,7 +202,7 @@ This operation takes the name of a variable containing a dictionary value and places an updated dictionary value in that variable containing a mapping from the given key to the given value. When multiple keys are present, this operation creates or updates a chain -of nested dictionaries. +of nested dictionaries. The updated dictionary value is returned. .TP \fBdict size \fIdictionaryValue\fR . |