From f7fddc9019516c4702416fe4cdb05a07ac214b61 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 11 Aug 2020 15:33:16 -0700 Subject: [PATCH] Fixed typo in help text, refs #925 --- datasette/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasette/cli.py b/datasette/cli.py index 27040767..81269d53 100644 --- a/datasette/cli.py +++ b/datasette/cli.py @@ -234,7 +234,7 @@ def package( @cli.command() @click.argument("packages", nargs=-1, required=True) def install(packages): - "Install Python packages - e.g. Datasette plugins - into the same environment as Datasett" + "Install Python packages - e.g. Datasette plugins - into the same environment as Datasette" from pip._internal.cli.main import main try: