Show More
@@ -507,7 +507,7 b' python-profiler package from non-free.""")' | |||||
507 | *two* back slashes (e.g. ``\\\\*``) to suppress expansions. |
|
507 | *two* back slashes (e.g. ``\\\\*``) to suppress expansions. | |
508 | To completely disable these expansions, you can use -G flag. |
|
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 | a file is not supported. Use double quotes `"`. |
|
511 | a file is not supported. Use double quotes `"`. | |
512 |
|
512 | |||
513 | Options: |
|
513 | Options: |
@@ -225,7 +225,7 b' def test_transform_help():' | |||||
225 |
|
225 | |||
226 | def test_find_assign_op_dedent(): |
|
226 | def test_find_assign_op_dedent(): | |
227 | """ |
|
227 | """ | |
228 |
be careful |
|
228 | be careful that empty token like dedent are not counted as parens | |
229 | """ |
|
229 | """ | |
230 | class Tk: |
|
230 | class Tk: | |
231 | def __init__(self, s): |
|
231 | def __init__(self, s): |
General Comments 0
You need to be logged in to leave comments.
Login now