Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4954b38

Browse files
committed
Fix mismatch opening and closing quotes on a string.
1 parent d9cf85f commit 4954b38

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/test/leakers/test_gestalt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
import sys
32

43
if sys.platform != 'darwin':
5-
raise ValueError, "This test only leaks on Mac OS X'
4+
raise ValueError, "This test only leaks on Mac OS X"
65

76
def leak():
87
# taken from platform._mac_ver_lookup()

0 commit comments

Comments
 (0)