Skip to content

Commit 7ae4cfa

Browse files
author
marwan37
committed
fix typo
1 parent 9e58e99 commit 7ae4cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research-radar/schemas/config_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ class ModelRepoIdsConfig(BaseModel):
307307

308308

309309
class ProjectConfig(BaseModel):
310-
"""Configuration for ZenML porject information."""
310+
"""Configuration for ZenML project information."""
311311

312312
name: str = Field(..., description="Project name")
313313
version: str = Field(..., description="Project version")

0 commit comments

Comments
 (0)