commit | 3ebb6b361553b1a786396189e92945a59075e51a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Feb 20 10:37:07 2011 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Feb 20 10:37:07 2011 +0000 |
tree | dc445377f7dd0d5285513a369d9e2a4ab334b29e | |
parent | 4a9d447ac633fb5ca29ace78d5bbfd9cd6d125db [diff] [blame] |
Bump trunk to 3.3 alpha 0.
diff --git a/Doc/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst index fe7f027..603f143 100644 --- a/Doc/tutorial/stdlib2.rst +++ b/Doc/tutorial/stdlib2.rst
@@ -271,7 +271,7 @@ Traceback (most recent call last): File "<stdin>", line 1, in <module> d['primary'] # entry was automatically removed - File "C:/python31/lib/weakref.py", line 46, in __getitem__ + File "C:/python33/lib/weakref.py", line 46, in __getitem__ o = self.data[key]() KeyError: 'primary'