Skip to content

Commit

Permalink
✏️ fix docstring raw html escapes
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 10, 2024
1 parent 1b33b6c commit ef63113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ozi/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def map_to_template(
.. versionadded:: 1.5
:param fix: ozi-fix mode setting
:type fix: Literal[&#39;source&#39;, &#39;root&#39;, &#39;test&#39;] | AnyStr
:type fix: Literal['source', 'root', 'test'] | AnyStr
:param filename: name with file extension
:type filename: str
:return: template path
Expand Down Expand Up @@ -91,7 +91,7 @@ def build_file(
:param env: rendering environment
:type env: Environment
:param fix: ozi-fix setting
:type fix: Literal[&#39;source&#39;, &#39;root&#39;, &#39;test&#39;] | AnyStr
:type fix: Literal['source', 'root', 'test'] | AnyStr
:param path: full path of file to be rendered
:type path: Path
:param user_template: path to a user template to extend
Expand Down

0 comments on commit ef63113

Please sign in to comment.