Commit 6e61881e by Benno Joy

Merge pull request #11329 from joshainglis/doc-fix

Fixed shebang in module example
parents fc5be30c 64ffa160
...@@ -370,7 +370,7 @@ See an example documentation string in the checkout under `examples/DOCUMENTATIO ...@@ -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 = '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment