nixpkgs/pkgs/by-name/po/ponysay
Noam Yorav-Raphael 05baf00899 ponysay: fix SyntaxWarning
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'''`).
2024-11-19 23:55:17 +02:00
..
package.nix