tomerfiliba / plumbum

Plumbum: Shell Combinators
https://plumbum.readthedocs.io
MIT License
2.8k stars 182 forks source link

Documentation typo/formatting issue #569

Open AlexeyDmitriev opened 2 years ago

AlexeyDmitriev commented 2 years ago

https://plumbum.readthedocs.io/en/latest/api/commands.html

Doc of iter_lines says reads until a b’n’. It should be until a b'\n' Seems backslash got eaten somewhere.

Likely it's not the only place