Update from_csv.py docs (#7296)

Typo fix
pull/7303/head
bontreger 2023-09-20 16:02:54 -04:00 committed by GitHub
parent 12b48aaa2d
commit 756e8f5cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ EXAMPLES = '''
- name: Parse a CSV file's contents - name: Parse a CSV file's contents
ansible.builtin.debug: ansible.builtin.debug:
msg: >- msg: >-
{{ csv_data | community.genera.from_csv(dialect='unix') }} {{ csv_data | community.general.from_csv(dialect='unix') }}
vars: vars:
csv_data: | csv_data: |
Column 1,Value Column 1,Value