From 5e06026e76cdda4ffdf89b7369b0e50be398d8fe Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 13 Dec 2020 16:19:51 -0800 Subject: [PATCH] Typo fix --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 68ca429..bf67a11 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -333,7 +333,7 @@ To inspect the ``tags`` table in the ``github.db`` database, run the following:: Distinct values: 261 -For each column this tool dispalys the number of null rows, the number of blank rows (rows that contain an empty string), the number of distinct values and, for columns that are not entirely distinct, the most common and least common values. +For each column this tool displays the number of null rows, the number of blank rows (rows that contain an empty string), the number of distinct values and, for columns that are not entirely distinct, the most common and least common values. If you do not specify any tables every table in the database will be analyzed::