Fixed shebang in module example

This commit is contained in:
joshainglis 2015-06-09 11:05:20 +10:00
parent e88a9e943c
commit 64ffa160dc

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::
#!/usr/bin/env python
#!/usr/bin/python
# Copyright header....
DOCUMENTATION = '''