Skip to content

Commit e7b4da7

Browse files
committed
Update docstring.
1 parent 8fdabfb commit e7b4da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydis_site/apps/api/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class OffTopicChannelNameListSerializer(ListSerializer):
207207

208208
def to_representation(self, objects: List[OffTopicChannelName]) -> List[str]:
209209
"""
210-
Return the representation of this `OffTopicChannelName`.
210+
Return a list representing a list of `OffTopicChannelName`.
211211
212212
This only returns the name of the off topic channel name. As the model
213213
only has a single attribute, it is unnecessary to create a nested dictionary.

0 commit comments

Comments
 (0)