ponysay
ponysay copied to clipboard
Fix SyntaxWarnings
Fixes https://github.com/erkin/ponysay/issues/321
Currently when running ponysay, you get this warning twice:
/nix/store/.../bin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '-'
It is caused by a docstring containing twice the phrase \-directional.
The fix is just to make it a raw string (replace ''' with r''').
Please merge this. @erkin, maybe @JotaRandom
@maandree ?