Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Dec 27, 2023
1 parent 1f95dec commit 9dc3026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tanjun/commands/slash.py
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ def add_attachment_option(
If [False][] is passed here then `default` will only decide whether
the option is required without the actual value being used and the
`coverters` field will be ignored.
`converters` field will be ignored.
Returns
-------
Expand Down Expand Up @@ -2041,7 +2041,7 @@ def add_str_option(
If [False][] is passed here then `default` will only decide whether
the option is required without the actual value being used and the
`coverters` field will be ignored.
`converters` field will be ignored.
Returns
-------
Expand Down Expand Up @@ -2224,7 +2224,7 @@ def add_int_option(
If [False][] is passed here then `default` will only decide whether
the option is required without the actual value being used and the
`coverters` field will be ignored.
`converters` field will be ignored.
Returns
-------
Expand Down Expand Up @@ -2390,7 +2390,7 @@ def add_float_option(
If [False][] is passed here then `default` will only decide whether
the option is required without the actual value being used and the
fields `coverters`, and `always_float` will be ignored.
fields `converters`, and `always_float` will be ignored.
Returns
-------
Expand Down

0 comments on commit 9dc3026

Please sign in to comment.