summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/stdlib2.rst
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-03-17 06:05:59 (GMT)
committerLarry Hastings <larry@hastings.org>2014-03-17 06:05:59 (GMT)
commitf5002bd6ac961b45dea14ec34a8802fa65cacbde (patch)
tree7d43e5c2fab4ce9bdf6040f7bf0a5f91379d346e /Doc/tutorial/stdlib2.rst
parentd922dc47002248513215e511805095788e81eac4 (diff)
downloadcpython-f5002bd6ac961b45dea14ec34a8802fa65cacbde.zip
cpython-f5002bd6ac961b45dea14ec34a8802fa65cacbde.tar.gz
cpython-f5002bd6ac961b45dea14ec34a8802fa65cacbde.tar.bz2
Version bump to 3.5, step 2.
Diffstat (limited to 'Doc/tutorial/stdlib2.rst')
-rw-r--r--Doc/tutorial/stdlib2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst
index c0197ea..497c584 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:/python34/lib/weakref.py", line 46, in __getitem__
+ File "C:/python35/lib/weakref.py", line 46, in __getitem__
o = self.data[key]()
KeyError: 'primary'