We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51abf9 commit ce2a3dbCopy full SHA for ce2a3db
test/test_input.py
@@ -274,7 +274,7 @@ def test_pandas_keys():
274
275
276
def test_sqlite3():
277
- "Input: a sqlite3 cursor."
+ "Input: an sqlite3 cursor"
278
try:
279
import sqlite3
280
conn = sqlite3.connect(':memory:')
@@ -298,7 +298,7 @@ def test_sqlite3():
298
299
300
def test_sqlite3_keys():
301
- "Input: a sqlite3 DataFrame with keys as headers."
+ "Input: an sqlite3 cursor with keys as headers"
302
303
304
0 commit comments