Skip to content

Commit c20fb4d

Browse files
committed
Fix docstring for pc.db
1 parent 0cfdee3 commit c20fb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinecone/pinecone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def inference(self):
115115
@property
116116
def db(self):
117117
"""
118-
DBControl is a namespace where an instance of the `pinecone.control.db_control.DBControl` class is lazily created and cached.
118+
DBControl is a namespace where an instance of the `pinecone.db_control.DBControl` class is lazily created and cached.
119119
"""
120120
if self._db_control is None:
121121
from pinecone.db_control import DBControl

0 commit comments

Comments
 (0)