diff --git a/plexpy/exporter.py b/plexpy/exporter.py index 26f41481..d8e5c440 100644 --- a/plexpy/exporter.py +++ b/plexpy/exporter.py @@ -2366,5 +2366,5 @@ def build_export_docs(): sections.append(section) - docs = '\n\n---\n\n'.join(sections) + docs = '\n\n\n'.join(sections) return helpers.sanitize(docs)