We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc873d9 commit 5f5f38fCopy full SHA for 5f5f38f
test/shared_ptr.py
@@ -38,7 +38,7 @@
38
12
39
>>> try: modify(p)
40
... except TypeError: pass
41
-... else: 'print(expected a TypeError)'
+... else: print('expected a TypeError')
42
>>> look(None)
43
-1
44
>>> store(p)
@@ -61,7 +61,7 @@
61
13
62
>>> try: modify(z)
63
64
65
66
>>> Z.get() # should be None
67
>>> store(z)
@@ -84,7 +84,7 @@
84
17
85
>>> try: modify(x)
86
87
88
89
90
>>> store(x)
0 commit comments