Skip to content

Commit

Permalink
fix: interesting sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharp-Eyes committed Sep 20, 2024
1 parent 38cf38a commit 2c121bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disnake/ext/components/impl/parser/builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ async def loads(
return self.collection_type(parsed) # pyright: ignore[reportCallIssue]

async def dumps(self, argument: _CollectionT) -> str:
"""Dump a tuple into a collection.
"""Dump a collection into a string.
Parameters
----------
Expand Down

0 comments on commit 2c121bb

Please sign in to comment.