From 83df79f9db8c8a6cbb4819ab115ae933bfcbc385 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Tue, 16 Jul 2024 16:49:54 +0300 Subject: [PATCH] docs: update reference --- rendercv/data/reader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rendercv/data/reader.py b/rendercv/data/reader.py index b8fa4057..97814869 100644 --- a/rendercv/data/reader.py +++ b/rendercv/data/reader.py @@ -64,7 +64,7 @@ def validate_input_dictionary_and_return_the_data_model( input_dictionary (dict): The input dictionary. Returns: - RenderCVDataModel: The data models with $\\LaTeX$ and Markdown strings. + RenderCVDataModel: The data model. """ # Validate the parsed dictionary by creating an instance of RenderCVDataModel: @@ -84,7 +84,7 @@ def read_input_file( input file as a string. Returns: - RenderCVDataModel: The data models with $\\LaTeX$ and Markdown strings. + RenderCVDataModel: The data model. """ input_as_dictionary = read_a_yaml_file(file_path_or_contents)