Skip to content

Commit

Permalink
doc: improve description of parse()'s full parameter (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbraz committed Nov 25, 2022
1 parent 59ae2bd commit 5731861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymediainfo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def parse(
A higher value will yield more precise results in some cases
but will also increase parsing time.
:param bool full: display additional tags, including computer-readable values
for sizes and durations.
for sizes and durations, corresponds to the CLI's ``--Full``/``-f`` parameter.
:param bool legacy_stream_display: display additional information about streams.
:param dict mediainfo_options: additional options that will be passed to the
`MediaInfo_Option` function, for example: ``{"Language": "raw"}``.
Expand Down

0 comments on commit 5731861

Please sign in to comment.