From ee74bd5f8149b5e4403a4b56c74e9b94dbda2a32 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 26 Sep 2022 12:03:54 -0700 Subject: [PATCH] Fix heading levels, refs #483 --- docs/cli.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli.rst b/docs/cli.rst index 5f85e55..ecac91b 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -2120,7 +2120,7 @@ See this `SpatiaLite Cookbook recipe ` and :ref:`query -\\-functions ` options can be provided with a Python script that imports additional modules from the ``sqlite-utils`` environment. @@ -2135,7 +2135,7 @@ Use ``-U`` to upgrade an existing package. .. _cli_uninstall: Uninstalling packages ---------------------- +===================== You can uninstall packages that were installed using ``sqlite-utils install`` with ``sqlite-utils uninstall ``::