From 150135cc831f7347100edd2ed4446a3c1a0235cd Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:40:17 +0000 Subject: [PATCH] moderncv: update docstrings --- rendercv/themes/moderncv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendercv/themes/moderncv/__init__.py b/rendercv/themes/moderncv/__init__.py index f0fa8ec..db34536 100644 --- a/rendercv/themes/moderncv/__init__.py +++ b/rendercv/themes/moderncv/__init__.py @@ -6,7 +6,7 @@ from .. import LaTeXDimension class ModerncvThemeOptions(pydantic.BaseModel): - """This class is the data model of the theme options for the moderncv theme.""" + """This class is the data model of the theme options for the `moderncv` theme.""" model_config = pydantic.ConfigDict(extra="forbid")