codespell

This commit is contained in:
John Kerl 2022-08-20 00:49:34 -04:00
parent 8b915f4842
commit 5da7d9da5b
7 changed files with 7 additions and 6 deletions

View file

@ -8,3 +8,4 @@ numer
Wit
te
wee
RO

View file

@ -286,7 +286,7 @@ bin_lo bin_hi flag_count u_count v_count
1.0900000000000003 1.1900000000000002 0 0 25
</pre>
Look at univariate stats by color and shape. In particular, color-dependent flag probabilities pop out, aligning with their original Bernoulli probablities from the data-generator script:
Look at univariate stats by color and shape. In particular, color-dependent flag probabilities pop out, aligning with their original Bernoulli probabilities from the data-generator script:
<pre class="pre-highlight-in-pair">
<b>mlr --opprint stats1 -a min,mean,max -f flag,u,v -g color \</b>

View file

@ -93,7 +93,7 @@ GENMD-RUN-COMMAND
mlr --opprint histogram -f flag,u,v --lo -0.1 --hi 1.1 --nbins 12 data/colored-shapes.dkvp
GENMD-EOF
Look at univariate stats by color and shape. In particular, color-dependent flag probabilities pop out, aligning with their original Bernoulli probablities from the data-generator script:
Look at univariate stats by color and shape. In particular, color-dependent flag probabilities pop out, aligning with their original Bernoulli probabilities from the data-generator script:
GENMD-RUN-COMMAND
mlr --opprint stats1 -a min,mean,max -f flag,u,v -g color \

View file

@ -84,7 +84,7 @@ For `mlr put` and `mlr filter`, parse-error messages now include location inform
<pre class="pre-non-highlight-non-pair">
mlr: cannot parse DSL expression.
Parse error on token ">" at line 63 columnn 7.
Parse error on token ">" at line 63 column 7.
</pre>
### Scripting

View file

@ -68,7 +68,7 @@ For `mlr put` and `mlr filter`, parse-error messages now include location inform
GENMD-CARDIFY
mlr: cannot parse DSL expression.
Parse error on token ">" at line 63 columnn 7.
Parse error on token ">" at line 63 column 7.
GENMD-EOF
### Scripting

View file

@ -342,7 +342,7 @@ JSON vs. tabular formats](flatten-unflatten.md) for more information.
The reason for this is part historical and part technical. As we'll see below,
you can do lots of syntactical things with `emit`, `emitp`, and `emitf`,
including printing them side-by-side, index them, redirect the output to files,
etc. What this means syntatically is that Miller's parser needs to handle all
etc. What this means syntactically is that Miller's parser needs to handle all
sorts of commas, parentheses, and so on:
<pre class="pre-non-highlight-non-pair">

View file

@ -153,7 +153,7 @@ JSON vs. tabular formats](flatten-unflatten.md) for more information.
The reason for this is part historical and part technical. As we'll see below,
you can do lots of syntactical things with `emit`, `emitp`, and `emitf`,
including printing them side-by-side, index them, redirect the output to files,
etc. What this means syntatically is that Miller's parser needs to handle all
etc. What this means syntactically is that Miller's parser needs to handle all
sorts of commas, parentheses, and so on:
GENMD-CARDIFY