mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #11329 from joshainglis/doc-fix
Fixed shebang in module example
This commit is contained in:
commit
6e61881e80
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ See an example documentation string in the checkout under `examples/DOCUMENTATIO
|
||||||
|
|
||||||
Include it in your module file like this::
|
Include it in your module file like this::
|
||||||
|
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/python
|
||||||
# Copyright header....
|
# Copyright header....
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
|
|
Loading…
Reference in a new issue