Fixed shebang in module example

pull/11329/head
joshainglis 11 years ago
parent e88a9e943c
commit 64ffa160dc

@ -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…
Cancel
Save