commit | e838812c884294719f3e853af50b2aba99d12df4 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Thu Sep 04 04:18:09 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Thu Sep 04 04:18:09 2008 +0000 |
tree | b2f1fc6c302825c35e2863167abf22af12e78519 | |
parent | ec12f2347168af98b707c7570a0d9093b7402da5 [diff] |
correct an example
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 5ac062a..685dd2b 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst
@@ -1956,7 +1956,7 @@ >>> # set operations >>> keys & {'eggs', 'bacon', 'salad'} - {'eggs', 'bacon'} + {'bacon'} .. _bltin-file-objects: