File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/crate/client/doctests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Use user "crate" for rest of the tests::
104104
105105 >>> connection = client.connect([crate_host])
106106
107- Before executing any statement a cursor has to be opened to perform
107+ Before executing any statement, a cursor has to be opened to perform
108108database operations::
109109
110110 >>> cursor = connection.cursor()
@@ -121,7 +121,7 @@ To bulk insert data you can use the ``executemany`` function::
121121 [{'rowcount': 1}, {'rowcount': 1}]
122122
123123``executemany`` returns a list of results for every parameter. Each result
124- contains a rowcount. If an error occurs the rowcount is -2 and the result
124+ contains a rowcount. If an error occurs, the rowcount is ``-2`` and the result
125125may contain an ``error_message`` depending on the error.
126126
127127Refresh locations:
You can’t perform that action at this time.
0 commit comments