Thanks to visit codestin.com Credit goes to github.com
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 5543d9c commit 7a4791eCopy full SHA for 7a4791e
1 file changed
Lib/test/test_property.py
@@ -342,7 +342,7 @@ class cls:
342
343
344
class PropertyUnreachableAttributeNoName(_PropertyUnreachableAttribute, unittest.TestCase):
345
- msg_format = "^property of 'PropertyUnreachableAttributeNoName\.cls' object {}$"
+ msg_format = r"^property of 'PropertyUnreachableAttributeNoName\.cls' object {}$"
346
347
class cls:
348
pass
0 commit comments