Skip to content

Commit 5aa14a6

Browse files
committed
fix: doc strings
1 parent 0ea6431 commit 5aa14a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

videodb/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ def transcode(
230230
:param TranscodeMode mode: Mode of the transcoding
231231
:param VideoConfig video_config: Video configuration (optional)
232232
:param AudioConfig audio_config: Audio configuration (optional)
233-
:return: None
234-
:rtype: None
233+
:return: Transcode job ID
234+
:rtype: str
235235
"""
236236
job_data = self.post(
237237
path=f"{ApiPath.transcode}",

0 commit comments

Comments
 (0)