moderncv: update docstrings

This commit is contained in:
Sina Atalay 2024-04-07 17:40:17 +00:00 committed by GitHub
parent 068f4d6758
commit 150135cc83
1 changed files with 1 additions and 1 deletions

View File

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