Skip to content

Commit

Permalink
Fixed typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Dec 12, 2024
1 parent 57f0b47 commit aebe6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamsnapper/merger.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, logging: bool = False) -> None:
Initialize the Merger class with the required settings for merging audio and video streams.
Args:
logging: Enable or disable ffmpeg logging. Defaults to False. (default: False)
logging: Enable or disable ffmpeg logging. (default: False)
"""

self._logging = logging
Expand Down

0 comments on commit aebe6c0

Please sign in to comment.