Skip to content

Commit

Permalink
docs: Update private methods in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Sep 15, 2023
1 parent 3dfef83 commit c45e4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transport_performance/gtfs/report/report_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit c45e4ed

Please sign in to comment.