Skip to content

Commit b360ae5

Browse files
committed
Fix YAML syntax in documentation strings
1 parent 891813e commit b360ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/medialive_sdi_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
mode:
3838
description:
3939
- Applies only if the type is 'QUAD'
40-
- Specify the mode for handling the quad-link signal: 'QUADRANT' or 'INTERLEAVE'
40+
- Specify the mode for handling the quad-link signal, 'QUADRANT' or 'INTERLEAVE'
4141
type: str
4242
required: false
4343
choices: ['QUADRANT', 'INTERLEAVE']

0 commit comments

Comments
 (0)