From 5b53a1ccadb70eb5a9a63efe9b7917f796f12663 Mon Sep 17 00:00:00 2001 From: anjakefala Date: Wed, 4 Oct 2023 20:33:58 -0700 Subject: [PATCH] [docs] fix codespell errors --- CHANGELOG.md | 4 ++-- docs/api/loaders.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d09de44..2ba59da28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2082,7 +2082,7 @@ Command additions/changes: - fix `C`olumn statistics (`options.col_stats` still disabled by default) ## v0.92 (2017-07-11) -- `F`requency sheet groups numeric data into intervals +- Frequency (`F`) sheet groups numeric data into intervals - added `histogram_bins` and `histogram_even_interval` options - added `w` command on the sheet that toggles `histogram_even_interval` - change key for 'eval Python expression as new pyobj sheet' from Ctrl+O to Ctrl+X @@ -2196,7 +2196,7 @@ Command additions/changes: - reload sheet with different format options - add new column by Python expression - `s`elect/`u`nselect rows, bulk delete with `gd` -- `F`requency table for current column with histogram +- Frequency (`F`) table for current column with histogram - `S`heets metasheet to manage/navigate multiple sheets, - `C`olumns metasheet - `O`ptions sheet to change the style or behavior diff --git a/docs/api/loaders.rst b/docs/api/loaders.rst index fb71a5381..38fc5775c 100644 --- a/docs/api/loaders.rst +++ b/docs/api/loaders.rst @@ -5,7 +5,7 @@ Loaders You are welcome to submit new loaders to core VisiData, or as plugins. Please, see our `checklists for contribution `__. -Creating a new loader for a data source is simple and straigthforward. +Creating a new loader for a data source is simple and straightforward. 1. ``open_filetype`` boilerplate 2. ``FooSheet`` subclass with rowtype and rowdef