From c45e4ed986c5f243f7096c8f53115e28a7777f32 Mon Sep 17 00:00:00 2001 From: r-leyshon Date: Fri, 15 Sep 2023 13:13:06 +0100 Subject: [PATCH] docs: Update private methods in docstring --- src/transport_performance/gtfs/report/report_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transport_performance/gtfs/report/report_utils.py b/src/transport_performance/gtfs/report/report_utils.py index 41fd27c3..084fe819 100644 --- a/src/transport_performance/gtfs/report/report_utils.py +++ b/src/transport_performance/gtfs/report/report_utils.py @@ -55,9 +55,9 @@ class TemplateHTML: Methods ------- - insert(placeholder: str, value: str, replace_multiple: bool = False) + _insert(placeholder: str, value: str, replace_multiple: bool = False) Insert values into the HTML template - get_template() + _get_template() Returns the template attribute """