diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-30 10:49:27 -0400 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-30 10:49:27 -0400 |
commit | 802d45b6604b82ee636fdd795cc6a7d9e655855d (patch) | |
tree | c9d51cf8a24d9dbe295985d1823dc23efb1aa570 /Doc/tutorial/stdlib2.rst | |
parent | 5844436adfa48b91ccd328c0bfd6ab1237a1311d (diff) | |
parent | e90982111ae1accc2a2ecaae94650a1d16a772ff (diff) | |
download | cpython-802d45b6604b82ee636fdd795cc6a7d9e655855d.tar.gz cpython-802d45b6604b82ee636fdd795cc6a7d9e655855d.zip |
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 f7d2a0ac2aa..71194b04769 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' |