diff -r 4fc11172df1b -r e836d196e888 eric6/QScintilla/Exporters/ExporterPDF.py --- a/eric6/QScintilla/Exporters/ExporterPDF.py Wed Jan 13 19:02:30 2021 +0100 +++ b/eric6/QScintilla/Exporters/ExporterPDF.py Wed Jan 13 19:02:58 2021 +0100 @@ -37,7 +37,7 @@ PDFfontWidths = [600, 0, 0] PDFpageSizes = { - ## name : (height, width) + #- name : (height, width) "Letter": (792, 612), "A4": (842, 595), }