pythontex
pythontex copied to clipboard
Fix warning about \m by using raw docstring
As suggested in
https://tex.stackexchange.com/questions/634981/pythontex-warning/640760
and reported on github as #196 -- the docstring contains latex macros, but python interprets them as escape sequences. Use a python raw string, r''' ... ''', in order to avoid this interpretation.