diff -r 60b48ab891fa -r 0bf517e60f54 eric6/QScintilla/Exporters/ExporterPDF.py --- a/eric6/QScintilla/Exporters/ExporterPDF.py Thu Sep 19 19:22:43 2019 +0200 +++ b/eric6/QScintilla/Exporters/ExporterPDF.py Thu Sep 19 19:39:04 2019 +0200 @@ -39,7 +39,7 @@ PDFfontWidths = [600, 0, 0] PDFpageSizes = { - # name : (height, width) + ## name : (height, width) "Letter": (792, 612), "A4": (842, 595), }