Skip to content

Commit

Permalink
[DOC]: Fix a typo in comment section in chromadb/db/system.py
Browse files Browse the repository at this point in the history
  • Loading branch information
imaffe committed Jun 20, 2024
1 parent 131e8dd commit 9db31e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromadb/db/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def create_collection(
tenant: str = DEFAULT_TENANT,
database: str = DEFAULT_DATABASE,
) -> Tuple[Collection, bool]:
"""Create a new collection any associated resources
"""Create a new collection and associated resources
in the SysDB. If get_or_create is True, the
collection will be created if one with the same name does not exist.
The metadata will be updated using the same protocol as update_collection. If get_or_create
Expand Down

0 comments on commit 9db31e2

Please sign in to comment.