From: Brett Cannon Date: Thu, 2 Mar 2006 17:47:01 +0000 (+0000) Subject: Fix mismatch opening and closing quotes on a string. X-Git-Tag: v2.5a0~399 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4954b384e48701da5f32e55ba664eeeff74703ce;p=thirdparty%2FPython%2Fcpython.git Fix mismatch opening and closing quotes on a string. --- diff --git a/Lib/test/leakers/test_gestalt.py b/Lib/test/leakers/test_gestalt.py index f947fc516f10..46bfcc806dc6 100644 --- a/Lib/test/leakers/test_gestalt.py +++ b/Lib/test/leakers/test_gestalt.py @@ -1,8 +1,7 @@ - import sys if sys.platform != 'darwin': - raise ValueError, "This test only leaks on Mac OS X' + raise ValueError, "This test only leaks on Mac OS X" def leak(): # taken from platform._mac_ver_lookup()