Skip to content

Commit e5fbc6e

Browse files
authored
docs: remove docs repetition (#419)
1 parent 9a5e754 commit e5fbc6e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docsrc/Connecting_and_queries.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,6 @@ below use the data queried from ``test_table`` created in the
224224

225225
**Returns**: ``[[2, 'world'], [1, 'hello'], [3, '!']]``
226226

227-
::
228-
229-
print(cursor.fetchall())
230-
231-
**Returns**: ``[[2, 'world'], [1, 'hello'], [3, '!']]``
232227

233228
Fetching query result information
234229
-----------------------

0 commit comments

Comments
 (0)