File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ Most of the magic lives in [`shtab/__init__.py`](./shtab/__init__.py).
3030
3131Given that the number of completions a program may need would likely be less
3232than a million, the focus is on readability rather than premature speed
33- optimisations. The generated code itself, on the other had , should be fast.
33+ optimisations. The generated code itself, on the other hand , should be fast.
3434
35- Helper functions such as ` replace_format ` allows use of curly braces ` {} ` in
36- string snippets without clashing between Python's ` str.format ` and shell
35+ Helper functions such as ` replace_format ` allow use of curly braces ` {} ` in
36+ string snippets without clashes between Python's ` str.format ` and shell
3737parameter expansion.
3838
3939The generated shell code itself is also meant to be readable.
Original file line number Diff line number Diff line change 1- Copyright 2020-2023 Casper da Costa-Luis
1+ Copyright 2020-2025 Casper da Costa-Luis
22
33Licensed under the Apache Licence, Version 2.0 (the "Licence");
44you may not use this project except in compliance with the Licence.
You can’t perform that action at this time.
0 commit comments