mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Merge pull request #11329 from joshainglis/doc-fix
Fixed shebang in module example
This commit is contained in:
@@ -370,7 +370,7 @@ See an example documentation string in the checkout under `examples/DOCUMENTATIO
|
||||
|
||||
Include it in your module file like this::
|
||||
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
# Copyright header....
|
||||
|
||||
DOCUMENTATION = '''
|
||||
|
||||
Reference in New Issue
Block a user