Skip to content

Commit ddbcaf7

Browse files
committed
docs update
1 parent 32cc674 commit ddbcaf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docsrc/quick.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ basic functions:
8989
{'codec_name': 'h264', 'codec_type': 'video', 'index': 1}]
9090
9191
>>> vst_info = ffmpegio.probe.video_streams_basic(url)
92-
>>> pprint.pprint(vst_info)
92+
>>> pprint(vst_info)
9393
[{'codec_name': 'h264',
9494
'display_aspect_ratio': Fraction(22, 15),
9595
'duration': 66.39972222222222,
@@ -102,7 +102,7 @@ basic functions:
102102
'width': 352}]
103103
104104
>>> ast_info = ffmpegio.probe.audio_streams_basic(url)
105-
>>> pprint.pprint(ast_info)
105+
>>> pprint(ast_info)
106106
[{'channel_layout': 'stereo',
107107
'channels': 2,
108108
'codec_name': 'mp2',

0 commit comments

Comments
 (0)