Skip to content

Commit d2cabe4

Browse files
committed
Explanation about Row class
1 parent 5f9d449 commit d2cabe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ you need to return an object that allows to do things like:
6262
[c for c in row] == ['Susan']
6363
json.dumps(row)
6464

65-
For example, you can extend the `list` object to get it, but as long as you implement a similar interface, you can develop your own implementation too.
65+
Datasette-Connectors provides you a Row class that extends `list` object to get it, but as long as you implement a similar interface, you can develop your own implementation too.

0 commit comments

Comments
 (0)