Skip to content

Commit

Permalink
✏ Fix typo in docs/tutorial/arguments/optional.md (#602)
Browse files Browse the repository at this point in the history
Co-authored-by: Tadas Gedgaudas <[email protected]>
  • Loading branch information
tadasgedgaudas and tadasg6 authored Feb 28, 2024
1 parent 3a7264c commit fececf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/arguments/optional.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fececf5

Please sign in to comment.