Skip to content

Commit

Permalink
[docs] fix codespell errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Oct 5, 2023
1 parent b7b7bf5 commit 5b53a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/api/loaders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Loaders

You are welcome to submit new loaders to core VisiData, or as plugins. Please, see our `checklists for contribution <https://visidata.org/docs/contributing>`__.

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
Expand Down

0 comments on commit 5b53a1c

Please sign in to comment.