File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ my_db.rename_collection("new_col", "my_col")
9292# Remove a collection from the database
9393my_db.remove_collection(" my_col" )
9494
95- # Retrieve collection information
95+ # Retrieve the collection information
9696my_col = a.db(" my_db" ).collection(" my_col" )
9797len (my_col) == my_col.count
9898my_col.properties
@@ -231,7 +231,7 @@ my_graph.add_edge_definition(
231231 to_vertex_collections = [" vcol02" ],
232232)
233233
234- # Retrieve graph information
234+ # Retrieve the graph information
235235my_graph.properties
236236my_graph.id
237237my_graph.revision
@@ -298,7 +298,7 @@ results.get("paths")
298298
299299## Batch Requests
300300``` python
301- # NOTE : only (add/update/replace/remove) methods (documents/vertices/edges) are supported at the moment
301+ # NOTE : only (add/update/replace/remove) methods for (documents/vertices/edges) are supported at the moment
302302
303303# Execute a batch documents request
304304my_db.execute_batch([
You can’t perform that action at this time.
0 commit comments