Skip to content

Commit 1363815

Browse files
committed
Fix comment typo
1 parent 0173251 commit 1363815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/semantic_kernel/connectors/memory/postgres/postgres_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_collection(
6767
db_schema=self.db_schema,
6868
collection_name=collection_name,
6969
data_model_type=data_model_type,
70-
# data model definition will be validatedin the collection
70+
# data model definition will be validated in the collection
7171
data_model_definition=data_model_definition, # type: ignore
7272
**kwargs,
7373
)

0 commit comments

Comments
 (0)