Skip to content

Commit 0e3d66a

Browse files
i0bseunwoo1104
andauthored
Update docs/gettingstarted.rst
Co-authored-by: eunwoo1104 <61371424+eunwoo1104@users.noreply.github.com>
1 parent 116dcf6 commit 0e3d66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gettingstarted.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ a string or integer. Below is an implementation of this design in the Python cod
232232
]
233233
)
234234
])
235-
async def test(ctx, OptOne: str):
235+
async def test(ctx, optone: str):
236236
await ctx.respond()
237237
await ctx.send(content=f"Wow, you actually chose {OptOne}? :(")
238238

0 commit comments

Comments
 (0)