From 1f3f902ea4c991e6b8ad0fcfd6cffd01e3aa1c23 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 30 Dec 2019 05:01:36 -0800 Subject: [PATCH] Typo --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 557a860..8590456 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -270,7 +270,7 @@ For tab-delimited data, use ``--tsv``:: Insert-replacing data ===================== -Insert-replacing works exactly like inserting, with the exception that if your data has a primary key that matches an already exsting record that record will be replaced with the new data. +Insert-replacing works exactly like inserting, with the exception that if your data has a primary key that matches an already existing record that record will be replaced with the new data. After running the above ``dogs.json`` example, try running this::