8000 Merge pull request #287 from hp310780/issue239_typographicalerror · kkroening/ffmpeg-python@d1f1b64 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1f1b64

Browse files
authored
Merge pull request #287 from hp310780/issue239_typographicalerror
Fix for Issue 239 - Fixed typographical error
2 parents 2463340 + a8e0954 commit d1f1b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffmpeg/_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def get_args(stream_spec, overwrite_output=False):
175175
def compile(stream_spec, cmd='ffmpeg', overwrite_output=False):
176176
"""Build command-line for invoking ffmpeg.
177177
178-
The :meth:`run` function uses this to build the commnad line
178+
The :meth:`run` function uses this to build the command line
179179
arguments and should work in most cases, but calling this function
180180
directly is useful for debugging or if you need to invoke ffmpeg
181181
manually for whatever reason.

0 commit comments

Comments
 (0)
0