1
0
Fork 0
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:
Benno Joy 2015-06-20 15:02:47 +05:30
commit 6e61881e80

View file

@ -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 = '''