From 394b16ee50e50a2a37be1bb74946f5ce09939183 Mon Sep 17 00:00:00 2001 From: blord0 Date: Tue, 29 Jul 2025 01:56:53 +0100 Subject: [PATCH] Fix doc issues --- discord/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/file.py b/discord/file.py index 5fa359c90..1d8314fa0 100644 --- a/discord/file.py +++ b/discord/file.py @@ -179,7 +179,7 @@ class File: @property def waveform(self) -> list[int]: - """:class:`list[int]`: The waveform data for the voice message. + """List[:class:`int`]: The waveform data for the voice message. .. note:: If a waveform was not given, it will be generated