diff options
| author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-30 14:49:27 (GMT) |
|---|---|---|
| committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-30 14:49:27 (GMT) |
| commit | 802d45b6604b82ee636fdd795cc6a7d9e655855d (patch) | |
| tree | c9d51cf8a24d9dbe295985d1823dc23efb1aa570 /Doc/tutorial/stdlib2.rst | |
| parent | 5844436adfa48b91ccd328c0bfd6ab1237a1311d (diff) | |
| parent | e90982111ae1accc2a2ecaae94650a1d16a772ff (diff) | |
| download | cpython-802d45b6604b82ee636fdd795cc6a7d9e655855d.zip cpython-802d45b6604b82ee636fdd795cc6a7d9e655855d.tar.gz cpython-802d45b6604b82ee636fdd795cc6a7d9e655855d.tar.bz2 | |
Merge 3.5
Diffstat (limited to 'Doc/tutorial/stdlib2.rst')
| -rw-r--r-- | Doc/tutorial/stdlib2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst index f7d2a0a..71194b0 100644 --- a/Doc/tutorial/stdlib2.rst +++ b/Doc/tutorial/stdlib2.rst @@ -277,7 +277,7 @@ applications include caching objects that are expensive to create:: Traceback (most recent call last): File "<stdin>", line 1, in <module> d['primary'] # entry was automatically removed - File "C:/python35/lib/weakref.py", line 46, in __getitem__ + File "C:/python36/lib/weakref.py", line 46, in __getitem__ o = self.data[key]() KeyError: 'primary' |
