✏ Fix typo in docs for CLI Option autocompletion (#288)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
dc609f0a65
commit
0fe8f472f5
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ If there's no `--name` in the command line, it will be `None`, so we use `or []`
|
|||
|
||||
Then, when we have a completion candidate, we check if each `name` was already provided with `--name` by checking if it's in that list of `names` with `name not in names`.
|
||||
|
||||
And then we `yield` each item that has not being used yet.
|
||||
And then we `yield` each item that has not been used yet.
|
||||
|
||||
Check it:
|
||||
|
||||
|
|
Loading…
Reference in a new issue