Loading docs/ref/templates/api.txt +3 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,9 @@ dictionary syntax:: 'bar' >>> del c['foo'] >>> c['foo'] '' Traceback (most recent call last): ... KeyError: 'foo' >>> c['newvariable'] = 'hello' >>> c['newvariable'] 'hello' Loading Loading
docs/ref/templates/api.txt +3 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,9 @@ dictionary syntax:: 'bar' >>> del c['foo'] >>> c['foo'] '' Traceback (most recent call last): ... KeyError: 'foo' >>> c['newvariable'] = 'hello' >>> c['newvariable'] 'hello' Loading