German translation of the Maxima reference manual



On 10/17/10, Dieter Kaiser <drdieterkaiser at web.de> wrote:

> + python tmp-make-categories.py
>   File 'tmp-make-categories.py', line 2
>     items = ['Einf@'uhrung in Programmfehler'] # extracted from node
>                          ^
> SyntaxError: invalid syntax

I guess the string has to be sanitized to escape the single quote.
e.g. items = ['foo@\'bar']

I'll try to take a look at it soon but if someone else wants
to fix it, that would be terrific.

best

Robert Dodier