Skip to content

Commit 144c487

Browse files
authored
Update README.rst
1 parent d2caea3 commit 144c487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Initialization and document saving
6666
6767
conn = Connection()
6868
conn.createDatabase(name = "test_db")
69-
db = self.conn["test_db"] #all databases are loaded automatically into the connection and are accessible in this fashion
69+
db = conn["test_db"] #all databases are loaded automatically into the connection and are accessible in this fashion
7070
collection = db.createCollection(name = "users") #all collections are also loaded automatically
7171
# collection.delete() # self explanatory
7272

0 commit comments

Comments
 (0)