Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 10, 2021
1 parent cb4a826 commit a9f3446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ than a million, the focus is on readability rather than premature speed
optimisations. The generated code itself, on the other had, should be fast.

Helper functions such as `replace_format` allows use of curly braces `{}` in
string snippets without clashing between python's `str.format` and shell
string snippets without clashing between Python's `str.format` and shell
parameter expansion.

The generated shell code itself is also meant to be readable.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shtab

|Tests| |Coverage| |Conda| |PyPI|

- What: Automatically generate shell tab completion scripts for python CLI apps
- What: Automatically generate shell tab completion scripts for Python CLI apps
- Why: Speed & correctness. Alternatives like
`argcomplete <https://pypi.org/project/argcomplete>`_ and
`pyzshcomplete <https://pypi.org/project/pyzshcomplete>`_ are slow and have
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![conda-forge](https://img.shields.io/conda/v/conda-forge/shtab.svg?label=conda&logo=conda-forge)](https://anaconda.org/conda-forge/shtab)
[![PyPI](https://img.shields.io/pypi/v/shtab.svg?label=pip&logo=PyPI&logoColor=white)](https://pypi.org/project/shtab)

- What: Automatically generate shell tab completion scripts for python CLI apps
- What: Automatically generate shell tab completion scripts for Python CLI apps
- Why: Speed & correctness. Alternatives like
[argcomplete](https://pypi.org/project/argcomplete) and
[pyzshcomplete](https://pypi.org/project/pyzshcomplete) are slow and have side-effects
Expand Down

0 comments on commit a9f3446

Please sign in to comment.