Skip to content

Commit dae941f

Browse files
committed
fixup! Docs: Satisfy link checker
1 parent 90a97c7 commit dae941f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crate/client/doctests/client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
108108
database 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
125125
may contain an ``error_message`` depending on the error.
126126

127127
Refresh locations:

0 commit comments

Comments
 (0)