Skip to content

Commit d955f57

Browse files
authored
Fix docstring for BaseModel. (#172)
Signed-off-by: Hin Tse <5867507+hintse@users.noreply.github.com>
1 parent 29534a3 commit d955f57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ccflow/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def __new__(self, name: str, bases: Tuple[type], namespaces: Dict[str, Any], **k
149149

150150

151151
class BaseModel(PydanticBaseModel, _RegistryMixin, metaclass=_SerializeAsAnyMeta):
152-
"""BaseModel is a base class for all pydantic models within the cubist flow framework.
152+
"""BaseModel is a base class for all pydantic models within the ccflow framework.
153153
154154
This gives us a way to add functionality to the framework, including
155155
- Type of object is part of serialization/deserialization

0 commit comments

Comments
 (0)