simonw/sqlite-utils

Tiny typographical error in install/uninstall docs

Open

#493 opened on Sep 26, 2022

 (4 comments) (0 reactions) (0 assignees)Python (145 forks)github user discovery
bugdocumentationhelp wanted

Repository metrics

Stars
 (2,065 stars)
PR merge metrics
 (Avg merge 9h 52m) (7 merged PRs in 30d)

Description

Added in:

  • #483

I don't know how to fix this in Sphinx: I'm getting this: https://sqlite-utils.datasette.io/en/latest/cli.html#cli-install

The insert –convert and query –functions options

But I want it to display insert --convert and not insert –convert there.

Here's the code: https://github.com/simonw/sqlite-utils/blob/85247038f70d7eb2f3e272cfeaa4c44459cafba8/docs/cli.rst#L2125

Contributor guide