pgnparser icon indicating copy to clipboard operation
pgnparser copied to clipboard

Typo in README.rst

Open pitchforks opened this issue 10 years ago • 0 comments

The string isn't quoted properly:

pgn_text = open('morphy.pgn).read()

should be

pgn_text = open('morphy.pgn').read()

pitchforks avatar May 01 '14 16:05 pitchforks