---
 doc/development.txt                                |    2 +-
 doc/user.txt                                       |    2 +-
 examples/loadmodule_test__-loadmodule__+__key_y.py |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

--- a/doc/development.txt
+++ b/doc/development.txt
@@ -60,7 +60,7 @@ echo "Hello World"
 1.3.2 advanced-plugin (spec.loader.exec_module):
 replace the ! with the word bang while loading first.
 <example replace_chnames__-__loadmodule__+__exec.py >
-#!/bin/python
+#!/usr/bin/python
 orca.chnames.chnames["!"] = "bang"
 </example replace_chnames__-__loadmodule__+__exec.py >
 
--- a/doc/user.txt
+++ b/doc/user.txt
@@ -127,7 +127,7 @@ https://wiki.gnome.org/Projects/Orca/Fre
 Configure Orca to speak/braille the word "bang" instead of the "!" while loading the plug-in.
 Filename:''replace_chnames__-__loadmodule__+__exec.py''
 <code python>
-#!/bin/python
+#!/usr/bin/python
 import orca.orca
 orca.chnames.chnames["!"] = "bang"
 </code>
--- a/examples/loadmodule_test__-loadmodule__+__key_y.py
+++ b/examples/loadmodule_test__-loadmodule__+__key_y.py
@@ -1,4 +1,4 @@
-#!/bin/python
+#!/usr/bin/python
 # -*- coding: utf-8 -*-
 # an example for import an advanced plugin
 # speak "hello world"
