Skip to content

Commit a6d8e22

Browse files
authored
docs: fix typo in typing context manager property
1 parent 75713d1 commit a6d8e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/ext/prefixed_commands/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def invoke_target(self) -> str:
6969

7070
@property
7171
def typing(self) -> Typing:
72-
"""A context manager to send a typing state to the context's channel as long as long as the wrapped operation takes."""
72+
"""A context manager to send a typing state to the context's channel as long as the wrapped operation takes."""
7373
return self.channel.typing
7474

7575
async def _send_http_request(self, message_payload: dict, files: Iterable["UPLOADABLE_TYPE"] | None = None) -> dict:

0 commit comments

Comments
 (0)