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