##// END OF EJS Templates
Fix misc. comment typos...
luz.paz -
Show More
@@ -507,7 +507,7 b' python-profiler package from non-free.""")'
507 507 *two* back slashes (e.g. ``\\\\*``) to suppress expansions.
508 508 To completely disable these expansions, you can use -G flag.
509 509
510 On Windows systems, the use of single quotes `'` when specifing
510 On Windows systems, the use of single quotes `'` when specifying
511 511 a file is not supported. Use double quotes `"`.
512 512
513 513 Options:
@@ -225,7 +225,7 b' def test_transform_help():'
225 225
226 226 def test_find_assign_op_dedent():
227 227 """
228 be carefull that empty token like dedent are not counted as parens
228 be careful that empty token like dedent are not counted as parens
229 229 """
230 230 class Tk:
231 231 def __init__(self, s):
General Comments 0
You need to be logged in to leave comments. Login now