Skip to content

Commit 087753c

Browse files
committed
sites.db is better name than dogs.db in this example
1 parent b491f22 commit 087753c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ You can use the ``--functions`` option to pass a block of Python code that defin
259259

260260
This example defines a function which extracts the domain from a URL::
261261

262-
$ sqlite-utils query dogs.db "select url, domain(url) from urls" --functions '
262+
$ sqlite-utils query sites.db "select url, domain(url) from urls" --functions '
263263
from urllib.parse import urlparse
264264

265265
def domain(url):

0 commit comments

Comments
 (0)