mirror of https://github.com/eyhc1/rendercv.git
moderncv: update docstrings
This commit is contained in:
parent
068f4d6758
commit
150135cc83
|
@ -6,7 +6,7 @@ from .. import LaTeXDimension
|
||||||
|
|
||||||
|
|
||||||
class ModerncvThemeOptions(pydantic.BaseModel):
|
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")
|
model_config = pydantic.ConfigDict(extra="forbid")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue