shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

white spaces do not match and fails matching #261

Closed shairubin closed 4 months ago

shairubin commented 4 months ago

def log_one_game(game_number) -> None: table = Table(show_header=True, header_style="bold magenta")

pass

white psaces between first line and second line