commit | 804e4b8f0f81d96fe2adc940034db62722a6feba | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Oct 27 13:15:21 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Oct 27 13:15:21 2009 +0000 |
tree | 73acc9bbc0170d6c36f094748e54081ed296632b | |
parent | 81daf31c26a976c94f7563422a486c62d08a6c72 [diff] |
Merged revisions 68633 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68633 | thomas.heller | 2009-01-16 19:53:44 +0100 (Fr, 16 Jan 2009) | 3 lines Change an example in the docs to avoid a mistake when the code is copy pasted and changed afterwards. ........