From f6b800c3727ab6f0f759e2a6e2c96499c553c66a Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Wed, 14 Oct 2020 20:01:28 -0700 Subject: [PATCH] Remove horizontal rule in exporter docs --- plexpy/exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)