Fixed shebang in module example
This commit is contained in:
parent
e88a9e943c
commit
64ffa160dc
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::
|
||||
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
# Copyright header....
|
||||
|
||||
DOCUMENTATION = '''
|
||||
|
|
Loading…
Reference in a new issue