summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/stdlib2.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-09-12 21:29:04 (GMT)
committerNed Deily <nad@python.org>2016-09-12 21:29:04 (GMT)
commit4829bc66194f40ca6110610c6357b36eb910a51d (patch)
treefbf670f63169ee2e437f114b7920b00dbd8da3b3 /Doc/tutorial/stdlib2.rst
parent3c70a992be9db7c69a055e523053426d3c655b39 (diff)
downloadcpython-4829bc66194f40ca6110610c6357b36eb910a51d.zip
cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.gz
cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.bz2
Bump to 3.7.0a0
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 bf4cf87..feaff8a 100644
--- a/Doc/tutorial/stdlib2.rst
+++ b/Doc/tutorial/stdlib2.rst
@@ -278,7 +278,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:/python36/lib/weakref.py", line 46, in __getitem__
+ File "C:/python37/lib/weakref.py", line 46, in __getitem__
o = self.data[key]()
KeyError: 'primary'