Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 20, 2022
1 parent 8b915f4 commit 5747979
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/src/data-diving-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/data-diving-examples.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docs/src/new-in-miller-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/new-in-miller-6.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/reference-dsl-output-statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/reference-dsl-output-statements.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5747979

Please sign in to comment.