Dear renpy people,
where is the official place to post typos / errors in the renpy documentation website ? Is there something like a wiki or github page for it ?
I found one typo here:
http://renpy.org/doc/html/language_basics.htmlunder:
Quote:
Logical Lines
A script file is broken up into logical lines. A logical line always begins at the start of a line in the file. A logical line ends at the end of a line, unless:
The last character on the line is a backslash ('').
there is
no actual backslash inside the quotes
i suggest to replace with :
Quote:
...The last character on the line is a backslash ('\').