Skip to content

Commit

Permalink
Update annotations.py (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Oct 19, 2024
1 parent 43ce807 commit 973ac05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tanjun/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async def command(
raise NotImplementedError
```
It should be noted that wrapping in [typing.Annotated][] isn't necessary for
It should be noted that wrapping in [typing.Annotated][] isn't required for
message commands options as they don't have descriptions.
```py
Expand Down

0 comments on commit 973ac05

Please sign in to comment.