docs: update reference

This commit is contained in:
Sina Atalay
2024-07-16 16:49:54 +03:00
parent fe347171e7
commit 83df79f9db

View File

@@ -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)