We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdabfb commit e7b4da7Copy full SHA for e7b4da7
pydis_site/apps/api/serializers.py
@@ -207,7 +207,7 @@ class OffTopicChannelNameListSerializer(ListSerializer):
207
208
def to_representation(self, objects: List[OffTopicChannelName]) -> List[str]:
209
"""
210
- Return the representation of this `OffTopicChannelName`.
+ Return a list representing a list of `OffTopicChannelName`.
211
212
This only returns the name of the off topic channel name. As the model
213
only has a single attribute, it is unnecessary to create a nested dictionary.
0 commit comments