Skip to content

Commit df5b16c

Browse files
authored
Fix typo
1 parent 0fa40f6 commit df5b16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinecone/manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def list_collections():
233233
return response
234234

235235

236-
def delete_collction(name: str):
236+
def delete_collection(name: str):
237237
"""Deletes a collection.
238238
:param: name: The name of the collection
239239
"""

0 commit comments

Comments
 (0)