Skip to content

Commit ec39061

Browse files
author
Joohwan Oh
committed
Update README.md
1 parent 1bd55b0 commit ec39061

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ my_db.rename_collection("new_col", "my_col")
9292
# Remove a collection from the database
9393
my_db.remove_collection("my_col")
9494

95-
# Retrieve collection information
95+
# Retrieve the collection information
9696
my_col = a.db("my_db").collection("my_col")
9797
len(my_col) == my_col.count
9898
my_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
235235
my_graph.properties
236236
my_graph.id
237237
my_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
304304
my_db.execute_batch([

0 commit comments

Comments
 (0)