Update split.yml (#80915)

typo in description
pull/80926/head
F-Baker 1 year ago committed by GitHub
parent d0686f0f77
commit 6011b7c4c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ DOCUMENTATION:
version_added: "historical"
short_description: split a string into a list
description:
- Using Python's text object method C(split) we turn strings into lists via a 'spliting character'.
- Using Python's text object method C(split) we turn strings into lists via a 'splitting character'.
notes:
- This is a passthrough to Python's C(str.split).
positional: _input, _split_string

Loading…
Cancel
Save