Skip to content

Commit

Permalink
Make docstring better
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jul 2, 2024
1 parent a65c6d1 commit 22cf0f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions av/logging.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ def set_level(level):


def set_libav_level(level):
"""Sets libAV's log level. It can be set to constants available in this
"""Set libav's log level. It can be set to constants available in this
module: ``PANIC``, ``FATAL``, ``ERROR``, ``WARNING``, ``INFO``,
``VERBOSE``, ``DEBUG``.
If PyAV logging is not enabled, setting the level of ffpmeg will change
the logs printed to terminal.
When PyAV logging is disabled, setting this will change the level of
the logs printed to the terminal.
"""
lib.av_log_set_level(level)

Expand Down

0 comments on commit 22cf0f5

Please sign in to comment.