Merge pull request #11329 from joshainglis/doc-fix

Fixed shebang in module example
pull/11333/head
Benno Joy 11 years ago
commit 6e61881e80

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