Skip to content

Commit

Permalink
Add a missing space in the documentation
Browse files Browse the repository at this point in the history
(Between 'Python' and '`click`'.)

Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed Oct 24, 2024
1 parent 4223f35 commit b4ab424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ repos:

In order to enable shell completion, you need to generate the shell completion
script. You do this with `_REUSE_COMPLETE=bash_source reuse`. Replace `bash`
with `zsh` or `fish` as needed, or any other shells supported by the
Python`click` library. You can then source the output in your shell rc file,
like so (e.g.`~/.bashrc`):
with `zsh` or `fish` as needed, or any other shells supported by the Python
`click` library. You can then source the output in your shell rc file, like so
(e.g.`~/.bashrc`):

```bash
eval "$(_REUSE__COMPLETE=bash_source reuse)"
Expand Down

0 comments on commit b4ab424

Please sign in to comment.