✏️ Fix typo in optional argument docs

This commit is contained in:
Jorge Gomez 2023-12-21 20:16:23 -06:00 committed by GitHub
parent 3a7264cd56
commit 4ce6d2c4e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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