aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--export.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/export.py b/export.py
index 5db4e290..b823de05 100644
--- a/export.py
+++ b/export.py
@@ -186,6 +186,7 @@ def export_epub(feeds):
def export_pdf(feeds):
"""
+ Export the articles given in parameter in PDF files.
"""
from xhtml2pdf import pisa
import cStringIO as StringIO
bgstack15