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 d497f37 commit 53622b1Copy full SHA for 53622b1
test-data/unit/check-deprecated.test
@@ -329,7 +329,7 @@ class C:
329
class C2(C): ...
330
331
C() # E: function __main__.C.__init__ is deprecated: call `make_c()` instead
332
-C2() # E: function.__main__.C.__init__ is deprecated: call `make_c()` instead
+C2() # E: function __main__.C.__init__ is deprecated: call `make_c()` instead
333
334
class D:
335
@deprecated("call `make_d()` instead")
0 commit comments