jeroenjanssens / data-science-at-the-command-line

Data Science at the Command Line
https://datascienceatthecommandline.com
Other
3.77k stars 766 forks source link

A typo: replace 'tools' with 'tool' #112

Closed borispov closed 3 years ago

borispov commented 3 years ago

https://github.com/jeroenjanssens/data-science-at-the-command-line/blob/4cfb32499f09ea50e7ecd73c00d475cf8a48da1e/book/2e/02.Rmd#L517

"Sometimes a tools or sequence of tool produces too much output to include in the book. Instead of manually altering such output, I prefer to be transparent by I piping it through a helper tool."

Looks to me that you meant: a) Sometimes a tool or sequence of tools produce too much ... b) I prefer to be transparent by piping it through ...

ciotog commented 3 years ago

Agreed, except: "Sometimes a tool or sequence of tools produces too much ..."

Since "tool" and "sequence of tools" are both singular.

On Sat, 19 Jun 2021 at 11:28, Boris @.***> wrote:

https://github.com/jeroenjanssens/data-science-at-the-command-line/blob/4cfb32499f09ea50e7ecd73c00d475cf8a48da1e/book/2e/02.Rmd#L517

"Sometimes a tools or sequence of tool produces too much output to include in the book. Instead of manually altering such output, I prefer to be transparent by I piping it through a helper tool."

Looks to me that you meant: a) Sometimes a tool or sequence of tools produce too much ... b) I prefer to be transparent by piping it through ...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jeroenjanssens/data-science-at-the-command-line/issues/112, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFH7XMXZ54QXSNIGF52J2DTTSZTPANCNFSM467FBYXQ .

jeroenjanssens commented 3 years ago

Thanks @borispov and @ciotog!