Skip to content

Commit a428f0b

Browse files
SvenskithesourceLulalaby
authored andcommitted
Fix typo in comment
1 parent 913f3bd commit a428f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app_commands/slash_autocomplete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async def autocomplete_example(
135135
color: Option(str, "Pick a color!", autocomplete=get_colors),
136136
animal: Option(str, "Pick an animal!", autocomplete=get_animals),
137137
):
138-
"""This demonstrates using the ctx.options parameter to to create slash command options that are dependent on the values entered for other options."""
138+
"""This demonstrates using the ctx.options parameter to create slash command options that are dependent on the values entered for other options."""
139139
await ctx.respond(
140140
f"You picked {color} for the color, which allowed you to choose {animal} for the animal."
141141
)

0 commit comments

Comments
 (0)