✏️ Fix typo in optional argument docs
This commit is contained in:
parent
3a7264cd56
commit
4ce6d2c4e5
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ It's still not very useful, but it works correctly.
|
|||
And being able to declare a **required** *CLI argument* using
|
||||
|
||||
```Python
|
||||
name: Annoated[str, typer.Argument()]
|
||||
name: Annotated[str, typer.Argument()]
|
||||
```
|
||||
|
||||
...that works exactly the same as
|
||||
|
|
Loading…
Reference in a new issue